summaryrefslogtreecommitdiffstats
path: root/src/jbullet/make-cdc-es1.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-21 07:58:22 +0000
committerSven Gothel <[email protected]>2008-07-21 07:58:22 +0000
commitbcd03ce42585f197c81dcc50e4b289494dbc7c65 (patch)
treef86b5e09eec01e9e2a890e681bb55ab7d07eee0e /src/jbullet/make-cdc-es1.sh
parentc77431971bb293ff2dd5ed61857af13ea0bc2f68 (diff)
Initial jbullet commit - workin ragdoll for profiles (GLES1, GL2ES12 and GL2)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@262 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/jbullet/make-cdc-es1.sh')
-rw-r--r--src/jbullet/make-cdc-es1.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jbullet/make-cdc-es1.sh b/src/jbullet/make-cdc-es1.sh
new file mode 100644
index 0000000..204b6b9
--- /dev/null
+++ b/src/jbullet/make-cdc-es1.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+# -Djavac.bootclasspath.jar=$(pwd)/../../../gluegen/make/lib/cdc_fp.jar \
+#ant -Djavac.source=1.5 -Djavac.bootclasspath.jar=/usr/local/projects/SUN/JOGL2/gluegen/make/lib/cdc_fp.jar 2>&1 | tee make-cdc-es1.log
+ant -v \
+ -Djogl.home=$JOGL_HOME \
+ $* 2>&1 | tee make-cdc-es1.log