forked from openfl/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmojoal-files.xml
More file actions
20 lines (14 loc) · 880 Bytes
/
mojoal-files.xml
File metadata and controls
20 lines (14 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<xml>
<files id="native-toolkit-mojoal">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/default/" unless="windows || mac || linux || rpi" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/linux/" if="linux" unless="rpi" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/windows/" if="windows" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/mac/" if="mac" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/rpi/" if="rpi" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mojoal/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mojoal/AL/" />
<compilerflag value="-DAL_LIBTYPE_STATIC" if="native_toolkit_mojoal_static" />
<file name="${NATIVE_TOOLKIT_PATH}/mojoal/mojoal.c" />
</files>
</xml>