diff options
author | Sven Gothel <[email protected]> | 2012-09-07 05:46:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-09-07 05:46:52 +0200 |
commit | ffcfd35929407c75308ab41883463bc8c8a89b91 (patch) | |
tree | c51500b79baa4ec83b6597eea29e7d1552d9218b /make/scripts/make.jogl.all.win32.bat | |
parent | 90d45928186f2be99999461cfe45f76a783cc961 (diff) |
Windows scripts: bump to 1.6.0_35
Diffstat (limited to 'make/scripts/make.jogl.all.win32.bat')
-rwxr-xr-x | make/scripts/make.jogl.all.win32.bat | 4 |
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 52ea33a33..c4c80a75b 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_30_x32
-set JAVA_HOME=c:\jdk1.6.0_30_x32
+set J2RE_HOME=c:\jre1.6.0_35_x32
+set JAVA_HOME=c:\jdk1.6.0_35_x32
set ANT_PATH=C:\apache-ant-1.8.2
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
|