aboutsummaryrefslogtreecommitdiffstats
path: root/etc/test.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-09 20:07:21 +0100
committerSven Gothel <[email protected]>2010-11-09 20:07:21 +0100
commit597d10f5a5f743a51cfe56f3c381fd80e941a394 (patch)
treef28d0fcfaab03fc0534c0308a577ca0c0cc93d4f /etc/test.bat
parent7dce462b56f1e77e3cc2b68cb72c27a549c53f91 (diff)
Adding simple static main test entry to provide standalone autobuild verification
Diffstat (limited to 'etc/test.bat')
-rwxr-xr-xetc/test.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/test.bat b/etc/test.bat
new file mode 100755
index 000000000..808234399
--- /dev/null
+++ b/etc/test.bat
@@ -0,0 +1,10 @@
+
+set BLD_DIR=jar
+set LIB_DIR=lib
+
+set CP_ALL=.;%BLD_DIR%\gluegen-rt.jar;%BLD_DIR%\nativewindow.all.jar;%BLD_DIR%\jogl.all.jar;%BLD_DIR%\newt.all.jar
+echo CP_ALL %CP_ALL%
+
+set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
+
+%J2RE_HOME%\bin\java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% %1 %2 %3 %4 %5 %6 %7 %8 %9 > java-win64.log 2>&1