Files
lime/project/lib/ogg-files.xml
Joseph Cloutier d6ec1c123b Use the official Ogg repo as a submodule.
Continuing to use version 1.3.2 for now.

`-DNATIVE_TOOLKIT_OGG` seems unused, and has been excluded.
2022-05-08 23:20:50 -04:00

24 lines
726 B
XML

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