]>
Commit | Line | Data |
---|---|---|
b1c331c5 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_sample" template_append="wx_append"> | |
9 | <sources>test.cpp</sources> | |
10 | <wx-lib>html</wx-lib> | |
11 | <wx-lib>core</wx-lib> | |
7c4728f6 | 12 | <wx-lib>net</wx-lib> |
b1c331c5 | 13 | <wx-lib>base</wx-lib> |
b1c331c5 VS |
14 | </exe> |
15 | ||
16 | <wx-data id="data"> | |
17 | <files> | |
e096520b FM |
18 | imagemap.png pic.png pic2.bmp i18n.gif |
19 | imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm | |
3c115835 | 20 | regres.htm foo.png subsup.html |
b1c331c5 VS |
21 | </files> |
22 | </wx-data> | |
23 | ||
24 | </makefile> |