Skip to content

Commit

Permalink
Initial support for artifact modularity (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jun 25, 2016
1 parent 17efed0 commit 97019ae
Show file tree
Hide file tree
Showing 54 changed files with 1,087 additions and 444 deletions.
626 changes: 514 additions & 112 deletions build.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/build-assets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This script downloads such assets from S3.
This script is included in /build.xml and depends on /build-definitions.xml
-->
<project name="assets" basedir="../" xmlns:if="ant:if" xmlns:unless="ant:unless">
<target name="-update-assets" description="Updates the demo assets, if necessary">
<target name="-update-assets">
<uptodate property="assets-uptodate" targetfile="${test.resources}/demo/touch.txt">
<srcfiles dir="${config}/" includes="build-*.xml"/>
</uptodate>
Expand Down
3 changes: 3 additions & 0 deletions config/build-bindings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This script is included in /config/build-definitions.xml.
<property name="binding.egl" value="true"/>
<property name="binding.glfw" value="true"/>
<property name="binding.jawt" value="true"/>
<property name="binding.jemalloc" value="true"/>
<property name="binding.lmdb" value="true"/>
<property name="binding.nanovg" value="true"/>
<property name="binding.nfd" value="true"/>
Expand All @@ -22,8 +23,10 @@ This script is included in /config/build-definitions.xml.
<property name="binding.opengl" value="true"/>
<property name="binding.opengles" value="true"/>
<property name="binding.par" value="true"/>
<property name="binding.sse" value="true"/>
<property name="binding.stb" value="true"/>
<property name="binding.vulkan" value="true"/>
<property name="binding.xxhash" value="true"/>

<!-- Set the path to the Oculus SDK to enable. -->
<property name="OCULUS_SDK_PATH" location="../OculusSDK" relative="false"/>
Expand Down
Loading

0 comments on commit 97019ae

Please sign in to comment.