diff options
author | Sven Gothel <[email protected]> | 2010-04-23 02:50:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-23 02:50:10 +0200 |
commit | 0cd9dad723fb1eae0b30bab9f36318bbd0f2ee3d (patch) | |
tree | cf516b212cf99ae9c1570e85ab09ded7a3a61b94 /make | |
parent | 4b64268876f5da41bd7c9deb04191b2145b573e8 (diff) |
Fix: delete Newt window completly (deep)
Diffstat (limited to 'make')
-rw-r--r-- | make/make.jogl.all.x86_64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/make.jogl.all.x86_64.sh b/make/make.jogl.all.x86_64.sh index 6607848..4fc7641 100644 --- a/make/make.jogl.all.x86_64.sh +++ b/make/make.jogl.all.x86_64.sh @@ -5,8 +5,10 @@ # -Dc.compiler.debug=true # -Djogl.cg=1 \ # -Djogl.redbook=true \ +# -DskipSourceZIP=true ant \ + -DskipSourceZIP=true \ -Djogl.cg=1 \ -Duser.swt.jar=$HOME/.java/swt-3.5.2-gtk-linux-x86_64.jar \ -Drootrel.build=build-x86_64 \ |