diff options
author | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
commit | ab1d8180e3a20eeb11df48bed49ca5d28e34df4b (patch) | |
tree | 864d431434453874027848963c61a4f6d0ca51a5 /make/scripts/setvc9-jogl.bat | |
parent | bb3d3743b4800d006457c767a00436b9308da75d (diff) |
bump scripts to 6u24
Diffstat (limited to 'make/scripts/setvc9-jogl.bat')
-rwxr-xr-x | make/scripts/setvc9-jogl.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/setvc9-jogl.bat b/make/scripts/setvc9-jogl.bat index 6ff16053e..26cdf8ff4 100755 --- a/make/scripts/setvc9-jogl.bat +++ b/make/scripts/setvc9-jogl.bat @@ -1,7 +1,7 @@ -set PATH=C:\cygwin\devtools\share\apache-ant-1.8.2\bin;%PATH%
-set ANT_PATH=C:\cygwin\devtools\share\apache-ant-1.8.2
+set PATH=C:\apache-ant-1.8.2\bin;%PATH%
+set ANT_PATH=C:\apache-ant-1.8.2
c:
cd C:\SUN\JOGL2\jogl\make
|