]>
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="zip" template="wx_sample" template_append="wx_append"> | |
9 | <sources>zip.cpp</sources> | |
10 | <wx-lib>html</wx-lib> | |
11 | <wx-lib>core</wx-lib> | |
12 | <wx-lib>base</wx-lib> | |
13 | <win32-res>zip.rc</win32-res> | |
14 | </exe> | |
15 | ||
16 | <wx-data id="data"> | |
17 | <files>pages.zip start.htm</files> | |
18 | </wx-data> | |
19 | ||
20 | </makefile> |