summaryrefslogtreecommitdiffstats
path: root/src/jbullet/make-cdc-es1.sh
diff options
context:
space:
mode:
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