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