]>
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 | ||
21a94f30 VS |
10 | <exe id="console" template="wx_sample_console" |
11 | template_append="wx_append_base"> | |
bbc1cf3f | 12 | <define>$(MULTILIB_FLAG)</define> |
fe0895cf | 13 | <sources>console.cpp</sources> |
bbc1cf3f | 14 | <wx-lib>base</wx-lib> |
fe0895cf VS |
15 | </exe> |
16 | ||
17 | <wx-data id="data"> | |
18 | <files>testdata.fc</files> | |
19 | </wx-data> | |
20 | ||
21 | </makefile> |