diff options
author | Sven Gothel <[email protected]> | 2009-07-01 07:34:59 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-01 07:34:59 +0000 |
commit | dbf66ad9e297d208029d6bb5e06f8b0f0c847d57 (patch) | |
tree | 49597ff70e76440c337ce16ecce4f48cec66ffe8 /make/make.jogl.all.x86.sh | |
parent | d075bda489c425d7f1ccd45944db6a8696bb0fd2 (diff) |
Sync with jogl r2009 ; Unified setenv-jogl.sh, which works from the autobuild directory as well ; Unified java*.sh scripts
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@358 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'make/make.jogl.all.x86.sh')
-rw-r--r-- | make/make.jogl.all.x86.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/make.jogl.all.x86.sh b/make/make.jogl.all.x86.sh index 89745c9..cfd4709 100644 --- a/make/make.jogl.all.x86.sh +++ b/make/make.jogl.all.x86.sh @@ -5,5 +5,6 @@ # -Dc.compiler.debug=true ant \ + -Djogl.cg=1 \ -Drootrel.build=build-x86 \ $* 2>&1 | tee make.jogl.all.x86.log |