aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-20 06:36:08 +0200
committerSven Gothel <[email protected]>2014-06-20 06:36:08 +0200
commitb54e87d2cebf6aa0def18f172cbfa111c4efc837 (patch)
tree5f33e900872f28c2e71b129db67b3f2dca0e4b52 /make/scripts/tests-x32.bat
parent589070da2be7e097b7415503011387ad1f6e14d5 (diff)
Bug 1021: Add OculusSDK binding / Basic OVR support (Bring-up on Windows w/ Mingw64 ; Solve static linkage of stdc++)
- Bring-up on Windows w/ Mingw64 - Bumped oculusvr-sdk to commit 70e44b846ceaf9eebc336b12a07406c3a418a5c3 - Added required mingw64 linker statments - Builds and runs on x86_64 and i386 - Solve static linkage of stdc++ - "-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic" MUST come AFTER all object files!! - No more manual '--undefined=symbol' required .. puhh :) - Cleanup linker cfg .. - Still runs on GNU/Linux x86_64 and i386
Diffstat (limited to 'make/scripts/tests-x32.bat')
-rwxr-xr-xmake/scripts/tests-x32.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.bat b/make/scripts/tests-x32.bat
index c8ead0ad5..4111385eb 100755
--- a/make/scripts/tests-x32.bat
+++ b/make/scripts/tests-x32.bat
@@ -21,7 +21,7 @@ set BLD_DIR=..\%BLD_SUB%
REM set LIB_DIR=..\..\gluegen\%BLD_SUB%\obj;%BLD_DIR%\lib
set LIB_DIR=
-set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar;%BLD_DIR%\..\make\lib\swt\win32-win32-x86\swt-debug.jar
+set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\atomic\oculusvr.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar;%BLD_DIR%\..\make\lib\swt\win32-win32-x86\swt-debug.jar
echo CP_ALL %CP_ALL%