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