diff options
Diffstat (limited to 'make/make.jogl.all.win32.bat')
-rw-r--r-- | make/make.jogl.all.win32.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/make.jogl.all.win32.bat b/make/make.jogl.all.win32.bat index a4cc59673..fe6a8aff0 100644 --- a/make/make.jogl.all.win32.bat +++ b/make/make.jogl.all.win32.bat @@ -12,5 +12,6 @@ REM -Dc.compiler.debug=true REM -DuseOpenMAX=true
REM -DuseKD=true
REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
+REM -Dbuild.noarchives=true
-ant -Dbuild.noarchives=true -Drootrel.build=build-win32 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\lib %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win32.log 2>&1
+ant -Drootrel.build=build-win32 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\lib %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win32.log 2>&1
|