]>
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> | |
99045723 | 11 | <ldlibs>$(EXTRALIBS_XML)</ldlibs> |
16fd9642 | 12 | <install-to>$(BINDIR)</install-to> |
cecc483e VS |
13 | </exe> |
14 | ||
15 | </makefile> |