aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-16 19:22:33 +0200
committerSven Gothel <[email protected]>2010-05-16 19:22:33 +0200
commitec97d04c711cb12f175ab0176345a6f0e7091f36 (patch)
tree5adb20703b2a4fba6b0d539805f4f2d15e67525b /make/scripts/make.jogl.all.win32.bat
parentbaf07fa357d98783fb929d47d8802fbb3f318191 (diff)
GlueGen/JOGL Windows x86 x86_64 MingW Builds
Property change to allow multilib with same property file: - windows.cg.lib -> windows.cg.lib32 windows.cg.lib64 - x11.cg.lib -> x11.cg.lib32 x11.cg.lib64 Fix windows build/test scripts .. ++++ - mingw linker option: --enable-auto-import - mingw now links against DLLs not libs, due to a runtime error while linking against JAWT ++++ x86: Using mingw 20100514, gcc 4.5.0 - clean - passed all junit.run tests x86_64: Using mingw-w64-bin_x86_64-mingw_20100515_sezero.zip, gcc 4.4.5 20100513 - clean - passed all junit.run tests
Diffstat (limited to 'make/scripts/make.jogl.all.win32.bat')
-rw-r--r--make/scripts/make.jogl.all.win32.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.win32.bat b/make/scripts/make.jogl.all.win32.bat
index ee48fd4bf..cea1317a5 100644
--- a/make/scripts/make.jogl.all.win32.bat
+++ b/make/scripts/make.jogl.all.win32.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 -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 -Dbuild.noarchives=true -Drootrel.build=build-win32 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\bin %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win32.log 2>&1