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.win64.bat | |
parent | 90d45928186f2be99999461cfe45f76a783cc961 (diff) |
Windows scripts: bump to 1.6.0_35
Diffstat (limited to 'make/scripts/make.jogl.all.win64.bat')
-rwxr-xr-x | make/scripts/make.jogl.all.win64.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat index e1d258cca..7355c6a1a 100755 --- a/make/scripts/make.jogl.all.win64.bat +++ b/make/scripts/make.jogl.all.win64.bat @@ -1,10 +1,10 @@ set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.6.0_30_x64
-set JAVA_HOME=c:\jdk1.6.0_30_x64
+set J2RE_HOME=c:\jre1.6.0_35_x64
+set JAVA_HOME=c:\jdk1.6.0_35_x64
set ANT_PATH=C:\apache-ant-1.8.2
-set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%
+set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%PATH%
set LIB_GEN=%THISDIR%\lib
set CLASSPATH=.;%THISDIR%\build-win64\classes
|