summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.joal.all.win32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.joal.all.win32.bat')
-rwxr-xr-xmake/scripts/make.joal.all.win32.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.win32.bat b/make/scripts/make.joal.all.win32.bat
index c38b5b1..1a769ce 100755
--- a/make/scripts/make.joal.all.win32.bat
+++ b/make/scripts/make.joal.all.win32.bat
@@ -1,6 +1,8 @@
+set THISDIR="C:\JOGL"
+
set J2RE_HOME=c:\jre1.6.0_30_x32
set JAVA_HOME=c:\jdk1.6.0_30_x32
-set ANT_PATH=C:\apache-ant-1.8.0
+set ANT_PATH=C:\apache-ant-1.8.2
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%