diff options
Diffstat (limited to 'make/scripts/setvc9-jogl.bat')
-rwxr-xr-x | make/scripts/setvc9-jogl.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/scripts/setvc9-jogl.bat b/make/scripts/setvc9-jogl.bat new file mode 100755 index 000000000..2e8338374 --- /dev/null +++ b/make/scripts/setvc9-jogl.bat @@ -0,0 +1,9 @@ +
+
+set PATH=C:\cygwin\devtools\share\apache-ant-1.8.0\bin;%PATH%
+set ANT_PATH=C:\cygwin\devtools\share\apache-ant-1.8.0
+
+c:
+cd C:\SUN\JOGL2\jogl\make
+
+"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
|