diff options
author | Sven Gothel <[email protected]> | 2010-05-16 20:25:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-16 20:25:26 +0200 |
commit | 017165ff3a51b0c66070ffa0ce77b75d6e00527f (patch) | |
tree | ef0672884c4ee80de4f4532fd554b30800cf20bd | |
parent | ec97d04c711cb12f175ab0176345a6f0e7091f36 (diff) |
scripts sin64: remove native debug build flag
-rw-r--r-- | make/scripts/make.jogl.all.win64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat index 007f8119f..5ce53e4a1 100644 --- a/make/scripts/make.jogl.all.win64.bat +++ b/make/scripts/make.jogl.all.win64.bat @@ -14,4 +14,4 @@ REM -DuseKD=true REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
REM -Dbuild.noarchives=true
-ant -Dc.compiler.debug=true -Dbuild.noarchives=true -Drootrel.build=build-win64 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\bin.x64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win64.log 2>&1
+ant -Dbuild.noarchives=true -Drootrel.build=build-win64 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\bin.x64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win64.log 2>&1
|