]>
Commit | Line | Data |
---|---|---|
cecc483e VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
5 | <include file="../../../build/bakefiles/common_contrib.bkl"/> | |
6 | ||
7 | <exe id="wxrc" template="wx_util_console" template_append="wx_append"> | |
cecc483e VS |
8 | <sources>wxrc.cpp</sources> |
9 | <wx-lib>xml</wx-lib> | |
10 | <wx-lib>base</wx-lib> | |
11 | </exe> | |
12 | ||
13 | </makefile> |