diff options
author | Sven Gothel <[email protected]> | 2010-04-22 20:39:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-22 20:39:36 +0200 |
commit | 848df0f3b4d2cd27e03fc25c424759b870c6514b (patch) | |
tree | 1e583ed6a7d570f4aa7271c7583bb0d456a9c445 /make/make.jogl.all.linux-x86_64.sh | |
parent | 94c4ef007321f24177b32174d1ab24c91271da1f (diff) |
Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing profiles accordingly.
Diffstat (limited to 'make/make.jogl.all.linux-x86_64.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86_64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/make.jogl.all.linux-x86_64.sh b/make/make.jogl.all.linux-x86_64.sh index 8ebcc8744..b6c5e9d63 100644 --- a/make/make.jogl.all.linux-x86_64.sh +++ b/make/make.jogl.all.linux-x86_64.sh @@ -16,6 +16,7 @@ fi # -Dbuild.noarchives=true \ ant \ + -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86_64 \ -Drootrel.build=build-x86_64 \ -DuseKD=true \ |