aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-17 19:14:19 +0200
committerSven Gothel <[email protected]>2010-05-17 19:14:19 +0200
commitfffde773390e832d9c9e9410c3d01145807372a1 (patch)
tree21a27e5f9b378e219790e01e37f481691c5b21d7 /scripts/make.jocl.all.win32.bat
parent4c2231a3292cb9fb0aa3ad1e46736cded7d1f2e0 (diff)
Added scripts folder
Diffstat (limited to 'scripts/make.jocl.all.win32.bat')
-rw-r--r--scripts/make.jocl.all.win32.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.win32.bat b/scripts/make.jocl.all.win32.bat
new file mode 100644
index 00000000..619d71a7
--- /dev/null
+++ b/scripts/make.jocl.all.win32.bat
@@ -0,0 +1,12 @@
+set THISDIR="C:\JOGL"
+
+set J2RE_HOME=c:\jre1.6.0_20_x32
+set JAVA_HOME=c:\jdk1.6.0_20_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
+
+ant -Drootrel.build=build-win32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jocl.all.win32.log 2>&1