summaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.win32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make/make.jogl.all.win32.bat')
-rw-r--r--make/make.jogl.all.win32.bat13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/make.jogl.all.win32.bat b/make/make.jogl.all.win32.bat
deleted file mode 100644
index ba37559..0000000
--- a/make/make.jogl.all.win32.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-set THISDIR="C:\JOGL"
-
-set J2RE_HOME=c:\jre1.6.0_22_x32
-set JAVA_HOME=c:\jdk1.6.0_22_x32
-set ANT_PATH=C:\apache-ant-1.8.0
-
-set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
-
-set LIB_GEN=%THISDIR%\lib
-set CLASSPATH=.;%THISDIR%\build-win32\classes
-REM -Djogl.cg=1
-
-ant -Djogl.cg=1 -Drootrel.build=build-win32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win32.log 2>&1