]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
bbc1cf3f VS |
6 | <set var="MULTILIB_FLAG"> |
7 | <if cond="MONOLITHIC=='0'">wxUSE_GUI=0</if> | |
8 | </set> | |
9 | ||
fe0895cf | 10 | <exe id="console" template="wx_sample" template_append="wx_append"> |
bbc1cf3f | 11 | <define>$(MULTILIB_FLAG)</define> |
fe0895cf | 12 | <sources>console.cpp</sources> |
bbc1cf3f | 13 | <wx-lib>base</wx-lib> |
fe0895cf VS |
14 | </exe> |
15 | ||
16 | <wx-data id="data"> | |
17 | <files>testdata.fc</files> | |
18 | </wx-data> | |
19 | ||
20 | </makefile> |