]>
Commit | Line | Data |
---|---|---|
f1e938e0 | 1 | <?xml version="1.0" ?> |
f1e938e0 MB |
2 | |
3 | <makefile> | |
4 | ||
5d36cf23 | 5 | <include file="../../build/bakefiles/common_samples.bkl"/> |
f1e938e0 MB |
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> | |
7e496014 | 17 | |
f1e938e0 MB |
18 | <!-- <wx-data id="data"> |
19 | <files> | |
20 | test.zip | |
21 | </files> | |
22 | </wx-data> --> | |
23 | ||
24 | </makefile> |