diff options
author | Sven Gothel <[email protected]> | 2010-05-16 19:22:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-16 19:22:33 +0200 |
commit | ec97d04c711cb12f175ab0176345a6f0e7091f36 (patch) | |
tree | 5adb20703b2a4fba6b0d539805f4f2d15e67525b /make/jogl.properties | |
parent | baf07fa357d98783fb929d47d8802fbb3f318191 (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/jogl.properties')
-rw-r--r-- | make/jogl.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index 34a593dac..1a123d7dc 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -16,5 +16,7 @@ # default location, modify the appropriate variable to point to the # absolute path of the lib directory # -windows.cg.lib=C:/Cg-2.2/lib -x11.cg.lib=/usr/lib +windows.cg.lib32=C:/Cg-2.2/bin +windows.cg.lib64=C:/Cg-2.2/bin.x64 +x11.cg.lib32=/usr/lib32 +x11.cg.lib64=/usr/lib64 |