forked from openfl/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathogg-files.xml
More file actions
24 lines (16 loc) · 804 Bytes
/
ogg-files.xml
File metadata and controls
24 lines (16 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>