From 8a4dacf38c9d78bc0aafae91cbd256148835ee9b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 19 Jun 2014 23:58:38 +0200 Subject: Bug 1021: Add OculusSDK binding / Basic OVR support (Refine build exclusion) common: - property 'oculusvr.sdk.available' is only set if sub-module 'oculusvr-sdk' is available - if 'oculusvr.sdk.available' is not set build.xml will not issue build-oculusvr.xml's 'all' target build-oculusvr.xml: - propery 'oculusvr.build.enabled' is only enabled if 'oculusvr.sdk.available' is set and targer 'all' will only pass if set. --- make/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index b356e2a1f..2e5a664c8 100644 --- a/make/build.xml +++ b/make/build.xml @@ -79,7 +79,7 @@ - + -- cgit v1.2.3