summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-22 07:41:52 +0100
committerSven Gothel <[email protected]>2011-02-22 07:41:52 +0100
commitab1d8180e3a20eeb11df48bed49ca5d28e34df4b (patch)
tree864d431434453874027848963c61a4f6d0ca51a5 /make/scripts/make.jogl.all.win32.bat
parentbb3d3743b4800d006457c767a00436b9308da75d (diff)
bump scripts to 6u24
Diffstat (limited to 'make/scripts/make.jogl.all.win32.bat')
-rwxr-xr-xmake/scripts/make.jogl.all.win32.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.win32.bat b/make/scripts/make.jogl.all.win32.bat
index 6b66ff1c8..0585808cb 100755
--- a/make/scripts/make.jogl.all.win32.bat
+++ b/make/scripts/make.jogl.all.win32.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.6.0_23_x32
-set JAVA_HOME=c:\jdk1.6.0_23_x32
+set J2RE_HOME=c:\jre1.6.0_24_x32
+set JAVA_HOME=c:\jdk1.6.0_24_x32
set ANT_PATH=C:\apache-ant-1.8.2
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%