From d7d8d11abad1e4e17532068333dfe9dddf2942a2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 20 Jun 2014 08:05:06 +0200 Subject: Bug 1021: Add OculusSDK binding (Bring-up on OSX w/ clang/clang++ ; Split native build: cc, c++, linkage) - Bring-up on OSX w/ clang/clang++ - Build and tested on OSX 10.9 - Split native build: cc, c++, linkage - Perform steps sequentually to not differentiate c and c++ compiler as required for clang/clang++ - compile c code - compile c++ code - link all object files --- make/build-common.xml | 1 + make/build-oculusvr.xml | 75 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 55 insertions(+), 21 deletions(-) (limited to 'make') diff --git a/make/build-common.xml b/make/build-common.xml index 974f66d5e..4eafd5386 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -233,6 +233,7 @@ + diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index 3710185d4..7258c8ea0 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -31,7 +31,6 @@ - @@ -54,7 +53,6 @@ - @@ -96,7 +94,7 @@ - + @@ -205,9 +203,7 @@ - - - + @@ -362,7 +358,6 @@ - @@ -372,13 +367,10 @@ - - + + + @@ -452,7 +444,8 @@ even when no files have been compiled --> - + + @@ -460,9 +453,9 @@ - + - + @@ -483,6 +476,34 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -490,7 +511,20 @@ - + + + + + + @@ -542,8 +576,7 @@ - -- cgit v1.2.3