Remove hxcpp build files from submodules.

This commit is contained in:
Joseph Cloutier
2022-05-06 19:41:31 -04:00
parent c406bc53ea
commit bc584ea611
21 changed files with 1905 additions and 21 deletions

23
project/lib/ogg-files.xml Normal file
View File

@@ -0,0 +1,23 @@
<xml>
<files id="native-toolkit-ogg-depends">
<depend name="${NATIVE_TOOLKIT_PATH}/ogg/include/ogg/config_types.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/ogg/include/ogg/ogg.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/ogg/include/ogg/os_types.h"/>
</files>
<files id="native-toolkit-ogg" tags="" >
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include/"/>
<cache value="1" />
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />
<depend files="native-toolkit-ogg-depends" />
<file name="${NATIVE_TOOLKIT_PATH}/ogg/src/bitwise.c" />
<file name="${NATIVE_TOOLKIT_PATH}/ogg/src/framing.c" />
</files>
</xml>