diff options
author | sg215889 <[email protected]> | 2009-07-13 02:12:16 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-13 02:12:16 -0700 |
commit | a29817b54313d481abd6a594262159a589ce743b (patch) | |
tree | 6baabfbf1dbb0352d670493aeff5acee2d73490c /make/make.jogl.cdcfp.x86.sh | |
parent | 12a185ccdf8c306c7cbdcafb9a0364cd9d1a4354 (diff) |
Add CDC/CVM support ..
Diffstat (limited to 'make/make.jogl.cdcfp.x86.sh')
-rw-r--r-- | make/make.jogl.cdcfp.x86.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 |