diff options
author | sg215889 <[email protected]> | 2009-07-15 05:47:43 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-15 05:47:43 -0700 |
commit | f2801bf69ba572d9e030e3fbf920342c29704d3a (patch) | |
tree | 183c74d095ca3e7527eb01db2dfc54b5fe3f0e47 /make/make.jogl.all.linux-x86.sh | |
parent | eb2b1011393c9b2ed0d3f8dd15979a5fbdfc2ce9 (diff) |
Build CDC named JARs for CVM in default build, no more specialized build necessary.
Diffstat (limited to 'make/make.jogl.all.linux-x86.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index 4eec0b317..a495586b2 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -11,7 +11,6 @@ fi # -Dbuild.noarchives=true ant \ - -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ -Drootrel.build=build-x86 \ -Dgluegen.cpptasks.detected.os=true \ @@ -20,4 +19,5 @@ ant \ -DisLinuxX86=true \ -DisX11=true \ -DuseKD=true \ + -DuseOpenMAX=true \ $* 2>&1 | tee make.jogl.all.linux-x86.log |