]>
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> | |
12 | <wx-lib>base</wx-lib> | |
13 | <win32-res>test.rc</win32-res> | |
14 | </exe> | |
15 | ||
16 | <wx-data id="data"> | |
17 | <files> | |
18 | f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp | |
19 | tables.htm test.htm i18n.gif 8859_2.htm cp1250.htm regres.htm | |
20 | </files> | |
21 | </wx-data> | |
22 | ||
23 | </makefile> |