summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-05 17:28:52 +0200
committerSven Gothel <[email protected]>2010-05-05 17:28:52 +0200
commitedbff99164a350a0147a5c8617cef9a86f7a2749 (patch)
treea48c713783c7692a6894090eac7444b47aa0c6d6 /make/scripts/make.gluegen.all.win32.bat
parent9300b0615f554f5904c93d757e4a9edbd1897538 (diff)
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/scripts/make.gluegen.all.win32.bat')
-rw-r--r--make/scripts/make.gluegen.all.win32.bat17
1 files changed, 17 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat
new file mode 100644
index 0000000..b8eb656
--- /dev/null
+++ b/make/scripts/make.gluegen.all.win32.bat
@@ -0,0 +1,17 @@
+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.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 -Dc.compiler.debug=true
+REM -DuseOpenMAX=true
+REM -DuseKD=true
+REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
+
+ant -Drootrel.build=build-win32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.gluegen.all.win32.log 2>&1
+