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