diff options
Diffstat (limited to 'make/make.jogl.cdcfp.linux-x86.sh')
-rw-r--r-- | make/make.jogl.cdcfp.linux-x86.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/make.jogl.cdcfp.linux-x86.sh b/make/make.jogl.cdcfp.linux-x86.sh index 7717c042f..64598509b 100644 --- a/make/make.jogl.cdcfp.linux-x86.sh +++ b/make/make.jogl.cdcfp.linux-x86.sh @@ -7,7 +7,7 @@ # -Djavacdebug="false" \ # -Djavacdebuglevel="none" \ # -# -Djava.generate.skip=true +# -Djava.generate.skip=true \ ant -v \ -Djogl.cdcfp=true \ @@ -18,4 +18,5 @@ ant -v \ -DisX11=true \ -DuseKD=true \ -DuseOpenMAX=true \ + -Djava.generate.skip=true \ $* 2>&1 | tee make.jogl.cdcfp.linux-x86.log |