]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="hhp2cached" template="wx_util" template_append="wx_append"> | |
8 | <sources> | |
9 | hhp2cached.cpp | |
10 | </sources> | |
11 | <win32-res>hhp2cached.rc</win32-res> | |
12 | <wx-lib>html</wx-lib> | |
13 | <wx-lib>core</wx-lib> | |
14 | <wx-lib>base</wx-lib> | |
15 | <install-to>$(BINDIR)</install-to> | |
16 | </exe> | |
17 | ||
18 | <!-- <wx-data id="data"> | |
19 | <files> | |
20 | test.zip | |
21 | </files> | |
22 | </wx-data> --> | |
23 | ||
24 | </makefile> |