diff options
author | Sven Gothel <[email protected]> | 2023-01-17 21:19:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-17 21:19:06 +0100 |
commit | ce34e9e03775908ae88c6aea73f758fca28f501d (patch) | |
tree | 6b32fab0a1053008d3ffce890b73593bc1b94e45 /make/scripts/runtest-x32.bat | |
parent | 4b90062c9452379ab6cea5ac23976a9f112798ed (diff) |
Update Windows build/test scripts, remove 32-bit windows scripts
Diffstat (limited to 'make/scripts/runtest-x32.bat')
-rwxr-xr-x | make/scripts/runtest-x32.bat | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/make/scripts/runtest-x32.bat b/make/scripts/runtest-x32.bat deleted file mode 100755 index 6f169d5..0000000 --- a/make/scripts/runtest-x32.bat +++ /dev/null @@ -1,16 +0,0 @@ -REM set TEMP=C:\Documents and Settings\jogamp\temp-exec -REM set TMP=C:\Documents and Settings\jogamp\temp-exec -REM set TEMP=C:\Users\jogamp\temp-exec -REM set TMP=C:\Users\jogamp\temp-exec - -REM scripts\java-win32.bat com.jogamp.common.GlueGenVersion -REM scripts\java-win32.bat com.jogamp.common.util.TestVersionInfo -REM scripts\java-win32.bat com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter -REM scripts\java-win32.bat com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter -REM scripts\java-win32.bat com.jogamp.common.util.TestTempJarCache -scripts\java-win32.bat com.jogamp.common.util.TestPlatform01 -REM scripts\java-win32.bat com.jogamp.common.os.TestElfReader01 -REM scripts\java-win32.bat com.jogamp.common.util.TestIOUtilURIHandling -REM scripts\java-win32.bat com.jogamp.common.nio.TestByteBufferInputStream -REM scripts\java-win32.bat com.jogamp.common.nio.TestByteBufferOutputStream - |