summaryrefslogtreecommitdiffstats
path: root/make/build-oculusvr.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-25 12:39:48 +0200
committerSven Gothel <[email protected]>2014-06-25 12:39:48 +0200
commit008b3512be183cefc82e051b36c7a74d53c4906d (patch)
treeda1c8d5dd410c5a120d722de47082ff86bfcac6c /make/build-oculusvr.xml
parenta515faf5e7d679b7ad87a05fa8fc81ab148bcd41 (diff)
Bug 1021: OVR GlueGen Mapping: Compile all generated C files, add missing C ovrHmdStruct in generated files, reduce warnings.
Diffstat (limited to 'make/build-oculusvr.xml')
-rw-r--r--make/build-oculusvr.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml
index e0e5c4c12..c9370c547 100644
--- a/make/build-oculusvr.xml
+++ b/make/build-oculusvr.xml
@@ -370,6 +370,8 @@
<condition property="c.compiler.use-debug"><istrue value="${c.compiler.debug}"/></condition>
<patternset id="c.src.files.oculusvr.c">
+ <include name="${rootrel.generated.c}/ovrDistortionMesh_JNI.c"/>
+ <include name="${rootrel.generated.c}/ovrHmdDesc_JNI.c"/>
<include name="${rootrel.generated.c}/OVR_JNI.c"/>
</patternset>
<patternset id="c.src.files.oculusvr.cpp">