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.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/make.jogl.all.win32.bat b/make/make.jogl.all.win32.bat
new file mode 100644
index 000000000..54475db06
--- /dev/null
+++ b/make/make.jogl.all.win32.bat
@@ -0,0 +1,11 @@
+set THISDIR="C:\SUN\JOGL2"
+set J2RE_HOME=c:\jre6
+set JAVA_HOME=c:\jdk6
+set PATH=%JAVA_HOME%\bin;%PATH%
+set LIB_GEN=%THISDIR%\lib
+set CLASSPATH=.;%THISDIR%\build-win32\classes
+REM -Dc.compiler.debug=true
+REM -DuseOpenMAX=true
+REM -DuseKD=true
+
+ant -Drootrel.build=build-win32 > make.jogl.all.win32.log 2>&1