diff options
author | Sven Gothel <[email protected]> | 2010-05-05 17:28:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-05 17:28:52 +0200 |
commit | edbff99164a350a0147a5c8617cef9a86f7a2749 (patch) | |
tree | a48c713783c7692a6894090eac7444b47aa0c6d6 /make/runtest-cvm.bat | |
parent | 9300b0615f554f5904c93d757e4a9edbd1897538 (diff) |
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/runtest-cvm.bat')
-rw-r--r-- | make/runtest-cvm.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/make/runtest-cvm.bat b/make/runtest-cvm.bat deleted file mode 100644 index c0747d2..0000000 --- a/make/runtest-cvm.bat +++ /dev/null @@ -1,8 +0,0 @@ -set CVM_HOME=c:\cvm - -set JAR_DIR=jogl\lib -set LIB_DIR=jogl\lib - -%CVM_HOME%\bin\cvm "-Djava.awt.headless=true" "-Dsun.boot.library.path=%LIB_DIR%" "-Xbootclasspath/a:gluegen\classes-cdc" com.jogamp.gluegen.test.TestPointerBufferEndian -%CVM_HOME%\bin\cvm "-Djava.awt.headless=true" "-Dsun.boot.library.path=%LIB_DIR%" "-Xbootclasspath/a:gluegen\classes-cdc" com.jogamp.gluegen.test.TestStructAccessorEndian - |