aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jocl.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-08-28 07:00:13 +0200
committerSven Gothel <[email protected]>2014-08-28 07:00:13 +0200
commit7d6f3f6da4edf52bd8f101d13de67964c3793af5 (patch)
treee19032ab0364f82e4a32ff612b069518496d8d38 /make/scripts/make.jocl.all.win32.bat
parent0253aaf391faeed95b45fe92ff76fa71041eb511 (diff)
Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4
Diffstat (limited to 'make/scripts/make.jocl.all.win32.bat')
-rwxr-xr-xmake/scripts/make.jocl.all.win32.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jocl.all.win32.bat b/make/scripts/make.jocl.all.win32.bat
index d75d5e70..a8626e28 100755
--- a/make/scripts/make.jocl.all.win32.bat
+++ b/make/scripts/make.jocl.all.win32.bat
@@ -1,8 +1,8 @@
set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.7.0_45_x32
-set JAVA_HOME=c:\jdk1.7.0_45_x32
-set ANT_PATH=C:\apache-ant-1.8.2
+set J2RE_HOME=c:\jre1.7.0_67_x32
+set JAVA_HOME=c:\jdk1.7.0_67_x32
+set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%