diff options
author | Sven Gothel <[email protected]> | 2015-11-16 03:09:07 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-11-16 03:09:07 +0100 |
commit | a22129865cfaa40b4f3f4cee519dac36f5d0a8c7 (patch) | |
tree | 72656de4f5b9497d8e24665e369695117c4842c1 /make/scripts/make.joal.all.win64.bat | |
parent | 50373c44cb8c230c08a9c8a3b85ab42999719566 (diff) |
Bump scripts to jre1.8.0_66
Diffstat (limited to 'make/scripts/make.joal.all.win64.bat')
-rwxr-xr-x | make/scripts/make.joal.all.win64.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.joal.all.win64.bat b/make/scripts/make.joal.all.win64.bat index b121b73..eb41e54 100755 --- a/make/scripts/make.joal.all.win64.bat +++ b/make/scripts/make.joal.all.win64.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.8.0_60_x64
-set JAVA_HOME=c:\jdk1.8.0_60_x64
+set J2RE_HOME=c:\jre1.8.0_66_x64
+set JAVA_HOME=c:\jdk1.8.0_66_x64
set ANT_PATH=C:\apache-ant-1.9.4
set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86
set CMAKE_C_COMPILER=c:\mingw64\bin\gcc
|