diff options
author | Sven Gothel <[email protected]> | 2009-09-11 01:33:01 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-11 01:33:01 -0700 |
commit | 8363a11c29c49a1334deeed2a8f060ca4804892e (patch) | |
tree | d04cf9c25f248ba5fa668d74f468d03c96e8bf12 /make/make.jogl.all.linux-x86_64.sh | |
parent | 2bc77c2abad96e4731e80f7013c119deab094199 (diff) |
Adding jogl.all-noawt.jar and newt.all-noawt.jar and their jnlp desc
Diffstat (limited to 'make/make.jogl.all.linux-x86_64.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86_64.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/make.jogl.all.linux-x86_64.sh b/make/make.jogl.all.linux-x86_64.sh index 90883f97c..b5f860bd4 100644 --- a/make/make.jogl.all.linux-x86_64.sh +++ b/make/make.jogl.all.linux-x86_64.sh @@ -13,8 +13,9 @@ fi # -DisLinux=true \ # -DisLinuxAMD64=true \ # -DisX11=true \ +# -Dbuild.noarchives=true \ -ant \ +ant \ -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86_64 \ -Dc.compiler.debug=true \ |