]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="helpview" template="wx_util" template_append="wx_append"> | |
8 | <if cond="FORMAT=='autoconf'"> | |
9 | <wx-mac-app-bundle/> | |
10 | <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags> | |
11 | </if> | |
12 | <sources> | |
13 | helpview.cpp | |
14 | </sources> | |
15 | <win32-res>helpview.rc</win32-res> | |
16 | <wx-lib>html</wx-lib> | |
17 | <wx-lib>core</wx-lib> | |
18 | <wx-lib>net</wx-lib> | |
19 | <wx-lib>base</wx-lib> | |
20 | <install-to>$(BINDIR)</install-to> | |
21 | </exe> | |
22 | ||
23 | <wx-data id="data"> | |
24 | <files> | |
25 | test.zip | |
26 | </files> | |
27 | </wx-data> | |
28 | ||
29 | </makefile> |