diff options
author | Sven Gothel <[email protected]> | 2010-12-13 18:45:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 18:45:04 +0100 |
commit | 0d8e10fc2f3e5b8cfccc8e20d08c979f75bfb0a2 (patch) | |
tree | 4435ce4375848573b912cb7d333d882debfd10a4 /make/scripts/make.jogl.all.win32.bat | |
parent | 5db5c574d5ea895921e60cdb768dc138685c7d5b (diff) |
Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove joal/joal-demos jar files.
Diffstat (limited to 'make/scripts/make.jogl.all.win32.bat')
-rw-r--r-- | make/scripts/make.jogl.all.win32.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.win32.bat b/make/scripts/make.jogl.all.win32.bat new file mode 100644 index 0000000..ba37559 --- /dev/null +++ b/make/scripts/make.jogl.all.win32.bat @@ -0,0 +1,13 @@ +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
|