]>
Commit | Line | Data |
---|---|---|
670ec357 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <exe id="test" template="wx_test_console" | |
9 | template_append="wx_append_base"> | |
10 | <sources> | |
11 | test.cpp | |
12 | mbconv/main.cpp | |
13 | </sources> | |
14 | <wx-lib>base</wx-lib> | |
15 | </exe> | |
16 | ||
17 | </makefile> |