diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/make.jogl.cdcfp.macosx.sh | 10 | ||||
-rw-r--r-- | make/make.jogl.cdcfp.x86.sh | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/make/make.jogl.cdcfp.macosx.sh b/make/make.jogl.cdcfp.macosx.sh new file mode 100644 index 0000000..8677f88 --- /dev/null +++ b/make/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 diff --git a/make/make.jogl.cdcfp.x86.sh b/make/make.jogl.cdcfp.x86.sh new file mode 100644 index 0000000..60b7f4a --- /dev/null +++ b/make/make.jogl.cdcfp.x86.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../setenv-build-jogl-x86.sh + +# -Dc.compiler.debug=true + +ant \ + -Djogl.es=1 \ + -Drootrel.build=build-cdcfp-x86 \ + $* 2>&1 | tee make.jogl.cdcfp.x86.log |