From ec97d04c711cb12f175ab0176345a6f0e7091f36 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 16 May 2010 19:22:33 +0200 Subject: 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 --- make/jogl.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'make/jogl.properties') 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 -- cgit v1.2.3