-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfiles.xml
64 lines (54 loc) · 3.02 KB
/
files.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<xml>
<include name="${HXCPP}/build-tool/BuildCommon.xml" unless="build_common_included" />
<files id="native-toolkit-modplug-depends" >
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/modplug.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/config.h"/>
</files>
<files id="native-toolkit-modplug" tags="" >
<cache value="1" />
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />
<depend files="native-toolkit-modplug-depends" />
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/libmodplug/sndfile.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/libmodplug/stdafx.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/libmodplug/it_defs.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/tables.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/modplug/load_pat.h"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/modplug/libmodplug" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/modplug" />
<compilerflag value="-DHAVE_CONFIG_H" />
<cache value="1" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/modplug.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/sndmix.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_med.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_mdl.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_dmf.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_it.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_ams.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_abc.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_s3m.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/sndfile.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_669.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_dsm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_okt.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_mtm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_far.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_amf.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_mt2.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_umx.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/mmcmp.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/snd_fx.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_stm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_mid.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/fastmix.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_dbm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_ptm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_xm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_wav.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_ult.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_pat.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_psm.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/snd_flt.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/load_mod.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/modplug/snd_dsp.cpp" />
</files>
</xml>