From ec97d04c711cb12f175ab0176345a6f0e7091f36 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
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/scripts/java-win64-dbg.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'make/scripts/java-win64-dbg.bat')

diff --git a/make/scripts/java-win64-dbg.bat b/make/scripts/java-win64-dbg.bat
index bed0cee38..5f200127d 100644
--- a/make/scripts/java-win64-dbg.bat
+++ b/make/scripts/java-win64-dbg.bat
@@ -1,5 +1,5 @@
 
-set BLD_SUB=build-win32
+set BLD_SUB=build-win64
 set J2RE_HOME=c:\jre1.6.0_20_x64
 set JAVA_HOME=c:\jdk1.6.0_20_x64
 set ANT_PATH=C:\apache-ant-1.8.0
@@ -13,4 +13,4 @@ set CP_ALL=.;%BLD_DIR%\jogl\jogl.all.jar;%BLD_DIR%\nativewindow\nativewindow.all
 
 echo CP_ALL %CP_ALL%
 
-%J2RE_HOME%\bin\java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" "-Dnativewindow.debug=all" "-Djogl.debug=all" "-Dnewt.debug=all" "-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true" %1 %2 %3 %4 %5 %6 %7 %8 %9 > java-win32-dbg.log 2>&1
+%J2RE_HOME%\bin\java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" "-Dnativewindow.debug=all" "-Djogl.debug=all" "-Dnewt.debug=all" "-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true" %1 %2 %3 %4 %5 %6 %7 %8 %9 > java-win64-dbg.log 2>&1
-- 
cgit v1.2.3