diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/make.gluegen.all.win32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.gluegen.all.win32.bat b/make/make.gluegen.all.win32.bat index 2c97baf..b8eb656 100644 --- a/make/make.gluegen.all.win32.bat +++ b/make/make.gluegen.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%
|