aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-01-31 07:10:50 +0100
committerSven Gothel <[email protected]>2011-01-31 07:10:50 +0100
commit02d5240ccac8875144e5f37c2a4d09375338adc2 (patch)
treef812ac8a4b5072d26db02f4bc256aef2a5e571ee /make/scripts/make.jogl.all.win64.bat
parent09fc0654804ace06f5a2575d184de285ea799088 (diff)
version bump: j2se 1.6.0_23, ant 1.8.2
Diffstat (limited to 'make/scripts/make.jogl.all.win64.bat')
-rwxr-xr-xmake/scripts/make.jogl.all.win64.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat
index 4241d4d5d..8dbcd01e7 100755
--- a/make/scripts/make.jogl.all.win64.bat
+++ b/make/scripts/make.jogl.all.win64.bat
@@ -1,8 +1,8 @@
set THISDIR="C:\JOGL"
-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 J2RE_HOME=c:\jre1.6.0_23_x64
+set JAVA_HOME=c:\jdk1.6.0_23_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%