diff options
author | Sven Gothel <[email protected]> | 2014-08-31 21:17:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-31 21:17:14 +0200 |
commit | b9f915e11d0ad2f7f8b270e550e54ca39cbb68c3 (patch) | |
tree | 3b157b5e8730ea7166caa8f925df8d07b95f7ced /make/scripts | |
parent | 92066693463a147262a835196883bc086d832073 (diff) |
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.joal.all.win32.bat | 4 | ||||
-rwxr-xr-x | make/scripts/make.joal.all.win64.bat | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/make.joal.all.win32.bat b/make/scripts/make.joal.all.win32.bat index 166ecde..99ead3c 100755 --- a/make/scripts/make.joal.all.win32.bat +++ b/make/scripts/make.joal.all.win32.bat @@ -1,7 +1,7 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.7.0_67_x32
-set JAVA_HOME=c:\jdk1.7.0_67_x32
+set J2RE_HOME=c:\jre1.8.0_20_x32
+set JAVA_HOME=c:\jdk1.8.0_20_x32
set ANT_PATH=C:\apache-ant-1.9.4
set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86
diff --git a/make/scripts/make.joal.all.win64.bat b/make/scripts/make.joal.all.win64.bat index 952f746..26c27fa 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.7.0_67_x64
-set JAVA_HOME=c:\jdk1.7.0_67_x64
+set J2RE_HOME=c:\jre1.8.0_20_x64
+set JAVA_HOME=c:\jdk1.8.0_20_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
|