diff options
author | Sven Gothel <[email protected]> | 2010-04-10 02:02:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-10 02:02:34 +0200 |
commit | 2e0905bb6d91c36aa9e848762641e4e3a5810c4b (patch) | |
tree | f979c1dd7afdc45fd50950b208c2c4ca92af06d6 /make/make.jogl.all.win32.bat | |
parent | 987fb51e6c2dc3a8553ff1e01162fd10c3bc8fab (diff) |
ant 1.8.0 on win32
Diffstat (limited to 'make/make.jogl.all.win32.bat')
-rw-r--r-- | make/make.jogl.all.win32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.win32.bat b/make/make.jogl.all.win32.bat index da45cbd7b..a4cc59673 100644 --- a/make/make.jogl.all.win32.bat +++ b/make/make.jogl.all.win32.bat @@ -2,7 +2,7 @@ set THISDIR="C:\JOGL" set J2RE_HOME=c:\jre1.6.0_19
set JAVA_HOME=c:\jdk1.6.0_19
-set ANT_PATH=C:\apache-ant-1.7.1
+set ANT_PATH=C:\apache-ant-1.8.0
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
|