From b54e87d2cebf6aa0def18f172cbfa111c4efc837 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 20 Jun 2014 06:36:08 +0200 Subject: 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 --- make/build-oculusvr.xml | 173 +++++++++++++++++++----------------------------- 1 file changed, 67 insertions(+), 106 deletions(-) (limited to 'make/build-oculusvr.xml') diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index a929a8fc7..3710185d4 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -94,8 +94,8 @@ - - + + @@ -201,63 +201,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -269,88 +212,84 @@ - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -358,39 +297,39 @@ - + - + - + - + - + - + @@ -398,7 +337,7 @@ - + @@ -454,7 +393,6 @@ - @@ -484,13 +422,28 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -532,25 +485,33 @@ + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + -- cgit v1.2.3