aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-01 20:12:30 +0100
committerSven Gothel <[email protected]>2010-11-01 20:12:30 +0100
commit686ab85440a3f46556c304f2d83c12608a573bd8 (patch)
treec7205e16fad441721a51ef01ddc7c4e574e1a712 /make/scripts/make.jogl.all.win64.bat
parent81ee164ec139337254ef0e8938c19119908de6ae (diff)
Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy)
Diffstat (limited to 'make/scripts/make.jogl.all.win64.bat')
-rwxr-xr-xmake/scripts/make.jogl.all.win64.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat
index 15df3878a..cfd5a1d09 100755
--- a/make/scripts/make.jogl.all.win64.bat
+++ b/make/scripts/make.jogl.all.win64.bat
@@ -2,7 +2,7 @@ set THISDIR="C:\JOGL"
set J2RE_HOME=c:\jre1.6.0_21_x64
set JAVA_HOME=c:\jdk1.6.0_21_x64
-set ANT_PATH=C:\apache-ant-1.8.1
+set ANT_PATH=C:\apache-ant-1.8.0
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%