Files
lime/project/lib/ogg-files.xml
Joseph Cloutier 87e779b971 Rename "overrides" to "custom."
This helps shift the emphasis from "replacing existing files" to "adding
missing files," without ruling either option out.
2022-05-22 23:27:47 -04:00

25 lines
804 B
XML

<xml>
<files id="native-toolkit-ogg-depends">
<depend name="${NATIVE_TOOLKIT_PATH}/custom/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}/custom/ogg/include/" />
<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>