summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-21 23:27:18 +0100
committerSven Gothel <[email protected]>2011-12-21 23:27:18 +0100
commit800368dc81a80c076ef88c7662d630a15975b823 (patch)
tree230c12d568f1d73ff87252802df6baf8cc38af66 /make/scripts/make.gluegen.all.win64.bat
parent013600318f24391cd6c8c541343c208736b5f4f4 (diff)
win make scripts - bump to 6u30
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-xmake/scripts/make.gluegen.all.win64.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat
index cd60438..beabeb7 100755
--- a/make/scripts/make.gluegen.all.win64.bat
+++ b/make/scripts/make.gluegen.all.win64.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"
-set J2RE_HOME=c:\jre1.6.0_29_x64
-set JAVA_HOME=c:\jdk1.6.0_29_x64
+set J2RE_HOME=c:\jre1.6.0_30_x64
+set JAVA_HOME=c:\jdk1.6.0_30_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%