]>
Commit | Line | Data |
---|---|---|
b1c331c5 | 1 | <?xml version="1.0" ?> |
b1c331c5 VS |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7dc467c5 | 7 | <exe id="htmlprinting" template="wx_sample" template_append="wx_append"> |
b1c331c5 VS |
8 | <sources>printing.cpp</sources> |
9 | <wx-lib>html</wx-lib> | |
10 | <wx-lib>core</wx-lib> | |
11 | <wx-lib>base</wx-lib> | |
b1c331c5 VS |
12 | </exe> |
13 | ||
14 | <wx-data id="data"> | |
15 | <files>logo6.gif test.htm</files> | |
16 | </wx-data> | |
17 | ||
18 | </makefile> |