From 8e7d075002dba3f5d5971f9c31358f074934c624 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 16 May 2010 03:56:45 +0200 Subject: GlueGen/JOGL Windows x86 x86_64 Builds 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 most junit.run tests, still buggy --- make/scripts/make.gluegen.all.win32.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/scripts/make.gluegen.all.win32.bat') diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat index b8eb656..2bb7630 100644 --- a/make/scripts/make.gluegen.all.win32.bat +++ b/make/scripts/make.gluegen.all.win32.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL" -set J2RE_HOME=c:\jre1.6.0_19 -set JAVA_HOME=c:\jdk1.6.0_19 +set J2RE_HOME=c:\jre1.6.0_20_x32 +set JAVA_HOME=c:\jdk1.6.0_20_x32 set ANT_PATH=C:\apache-ant-1.8.0 set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH% -- cgit v1.2.3