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/build-jogl.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'make/build-jogl.xml') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 63d9c84ff..27ec68718 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -39,8 +39,10 @@ - -Djogl.cg=1 when combined with the build or javadoc targets will cause - the experimental binding to NVidia's Cg language to be built. - Then you need to define the location of your CG libraries: - - -Dwindows.cg.lib= for Windows and - - -Dx11.cg.lib= for X11/Unix + - -Dwindows.cg.lib32= for Windows x32 and + - -Dwindows.cg.lib64= for Windows x64 and + - -Dx11.cg.lib32= for X11/Unix x32 + - -Dx11.cg.lib64= for X11/Unix x64 - - Thanks to Rob Grzywinski and Artur Biesiadowski for the bulk of the - ANT build, including the GlueGen and StaticGLInfo tasks, the building of @@ -1108,7 +1110,7 @@ - + @@ -1121,7 +1123,7 @@ - + @@ -1133,7 +1135,7 @@ - + @@ -1154,7 +1156,7 @@ - + @@ -1163,7 +1165,7 @@ - + @@ -1173,7 +1175,7 @@ - + -- cgit v1.2.3