-
Notifications
You must be signed in to change notification settings - Fork 3
/
files.xml
62 lines (43 loc) · 2.5 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
<xml>
<files id="native-toolkit-sdl-mixer-depends" >
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/SDL_mixer.h" />
</files>
<files id="native-toolkit-sdl-mixer" tags="" >
<cache value="1" />
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />
<depend files="native-toolkit-modplug-depends" if="modplug" />
<depend files="native-toolkit-vorbis-depends" />
<depend files="native-toolkit-ogg-depends" />
<depend files="native-toolkit-sdl-depends" />
<depend files="native-toolkit-sdl-mixer-depends" />
<compilerflag value="-I${SDL_CONFIG_PATH}" if="SDL_CONFIG_PATH" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/modplug" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl-mixer/native_midi" />
<compilerflag value="-DHAVE_LIBC" />
<compilerflag value="-DOGG_MUSIC" />
<compilerflag value="-DMID_MUSIC" />
<compilerflag value="-DMODPLUG_MUSIC" unless="winrt" />
<compilerflag value="-DWAV_MUSIC" />
<compilerflag value="-DUSE_NATIVE_MIDI" unless="linux || winrt" />
<cache value="1" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/effect_position.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/effect_stereoreverse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/music_ogg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/dynamic_ogg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/dynamic_modplug.c" unless="winrt"/>
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/music_modplug.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/load_ogg.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/effects_internal.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/load_aiff.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/load_voc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/mixer.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/music.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/wavestream.c" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/native_midi/native_midi_common.c" unless="linux || winrt" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/native_midi/native_midi_macosx.c" if="macos" />
<file name="${NATIVE_TOOLKIT_PATH}/sdl-mixer/native_midi/native_midi_win32.c" if="windows" unless="winrt" />
</files>
</xml>