summaryrefslogtreecommitdiffstats
path: root/src/jbullet/make-cdc-es1.sh
blob: 204b6b9c85ca7056d439f3a723f93f9fb52b22d5 (plain)
1
2
3
4
5
6
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