diff options
author | Sven Gothel <[email protected]> | 2010-12-13 18:45:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 18:45:04 +0100 |
commit | 0d8e10fc2f3e5b8cfccc8e20d08c979f75bfb0a2 (patch) | |
tree | 4435ce4375848573b912cb7d333d882debfd10a4 /make/scripts/make.jogl.cdcfp.macosx.sh | |
parent | 5db5c574d5ea895921e60cdb768dc138685c7d5b (diff) |
Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove joal/joal-demos jar files.
Diffstat (limited to 'make/scripts/make.jogl.cdcfp.macosx.sh')
-rw-r--r-- | make/scripts/make.jogl.cdcfp.macosx.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.cdcfp.macosx.sh b/make/scripts/make.jogl.cdcfp.macosx.sh new file mode 100644 index 0000000..8677f88 --- /dev/null +++ b/make/scripts/make.jogl.cdcfp.macosx.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. /devtools/etc/profile.ant + +# -Dc.compiler.debug=true + +ant -v \ + -Djogl.es=1 \ + -Drootrel.build=build-cdcfp-macosx \ + $* 2>&1 | tee make.jogl.cdcfp.macosx.log |