]>
Commit | Line | Data |
---|---|---|
43f813d1 VZ |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
4 | ||
5 | <exe id="popup" template="wx_sample" template_append="wx_append"> | |
6 | <sources>popup.cpp</sources> | |
7 | <wx-lib>core</wx-lib> | |
8 | <wx-lib>base</wx-lib> | |
9 | <win32-res>../sample.rc</win32-res> | |
10 | </exe> | |
11 | </makefile> |