summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-08-28 05:53:30 +0200
committerSven Gothel <[email protected]>2014-08-28 05:53:30 +0200
commit812c5f6a74b40fc36141886cd30ae9013e2fe897 (patch)
treeb7692a68a4b2d3ab85450f2b74a3dc7f88fae94f /make/scripts/make.gluegen.all.win64.bat
parent6de8ace67b26f039fb1c89a3fce4d5f2437c615c (diff)
Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-xmake/scripts/make.gluegen.all.win64.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat
index cbcf8d4..ea61416 100755
--- a/make/scripts/make.gluegen.all.win64.bat
+++ b/make/scripts/make.gluegen.all.win64.bat
@@ -1,8 +1,8 @@
set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.7.0_45_x64
-set JAVA_HOME=c:\jdk1.7.0_45_x64
-set ANT_PATH=C:\apache-ant-1.8.2
+set J2RE_HOME=c:\jre1.7.0_67_x64
+set JAVA_HOME=c:\jdk1.7.0_67_x64
+set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%