diff options
author | Sven Gothel <[email protected]> | 2011-06-11 01:38:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-11 01:38:09 +0200 |
commit | 213c1a1f934bfa516d4870c5c67baafbaf0bdc44 (patch) | |
tree | 54413e9b2b186e6a332c4c17feecf9b883999439 /make/scripts | |
parent | 6f1a52fb7db5b923a39994586e9af9c001031cba (diff) |
windows batch make: bump to 6u26
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.gluegen.all.win32.bat | 4 | ||||
-rwxr-xr-x | make/scripts/make.gluegen.all.win64.bat | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat index c523de8..875569e 100755 --- 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_24_x32
-set JAVA_HOME=c:\jdk1.6.0_24_x32
+set J2RE_HOME=c:\jre1.6.0_26_x32
+set JAVA_HOME=c:\jdk1.6.0_26_x32
set ANT_PATH=C:\apache-ant-1.8.2
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index 76cb6fc..12e7bb3 100755 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.6.0_24_x64
-set JAVA_HOME=c:\jdk1.6.0_24_x64
+set J2RE_HOME=c:\jre1.6.0_26_x64
+set JAVA_HOME=c:\jdk1.6.0_26_x64
set ANT_PATH=C:\apache-ant-1.8.2
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%
|