]>
Commit | Line | Data |
---|---|---|
b1c331c5 | 1 | <?xml version="1.0" ?> |
b1c331c5 VS |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="test" template="wx_sample" template_append="wx_append"> | |
8 | <sources>test.cpp</sources> | |
9 | <wx-lib>html</wx-lib> | |
10 | <wx-lib>core</wx-lib> | |
7c4728f6 | 11 | <wx-lib>net</wx-lib> |
b1c331c5 | 12 | <wx-lib>base</wx-lib> |
b1c331c5 VS |
13 | </exe> |
14 | ||
15 | <wx-data id="data"> | |
16 | <files> | |
e096520b FM |
17 | imagemap.png pic.png pic2.bmp i18n.gif |
18 | imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm | |
3c115835 | 19 | regres.htm foo.png subsup.html |
b1c331c5 VS |
20 | </files> |
21 | </wx-data> | |
22 | ||
23 | </makefile> |