aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-23 01:38:31 +0100
committerSven Gothel <[email protected]>2010-11-23 01:38:31 +0100
commit320c4eb1044fac4f5f2b988a88bff5c0d2a5dc26 (patch)
tree496c2ef403fe8ed6b4268662a2698d1abf5a59ef /make/scripts/make.jogl.all.win64.bat
parent64a0535f84a8bf8f29cec1dc468356bacac67023 (diff)
Scripts: bump to 6u22; distinguish windows test batch x64/x32
Diffstat (limited to 'make/scripts/make.jogl.all.win64.bat')
-rwxr-xr-xmake/scripts/make.jogl.all.win64.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat
index cfd5a1d09..4241d4d5d 100755
--- a/make/scripts/make.jogl.all.win64.bat
+++ b/make/scripts/make.jogl.all.win64.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.6.0_21_x64
-set JAVA_HOME=c:\jdk1.6.0_21_x64
+set J2RE_HOME=c:\jre1.6.0_22_x64
+set JAVA_HOME=c:\jdk1.6.0_22_x64
set ANT_PATH=C:\apache-ant-1.8.0
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%