diff options
author | Sven Gothel <[email protected]> | 2010-11-25 05:29:08 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-25 05:29:08 +0100 |
commit | 2d2ae213fa207bcb01abef78cea034b66d2b4184 (patch) | |
tree | 06de35b7d6beab5422915866b7c76a049dd7b35b /make/scripts/make.gluegen.all.win32.bat | |
parent | 06066237533e8c8de93b7878daded9a3c28a3545 (diff) |
HashMapTest: Back to 50% tolerance, removed 'put' error
Diffstat (limited to 'make/scripts/make.gluegen.all.win32.bat')
-rw-r--r-- | make/scripts/make.gluegen.all.win32.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat index 2bb7630..5192a1a 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_20_x32
-set JAVA_HOME=c:\jdk1.6.0_20_x32
+set J2RE_HOME=c:\jre1.6.0_22_x32
+set JAVA_HOME=c:\jdk1.6.0_22_x32
set ANT_PATH=C:\apache-ant-1.8.0
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
|