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 + 1 file changed, 1 insertion(+) (limited to 'make/build-common.xml') 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 @@ + -- cgit v1.2.3