]> git.saurik.com Git - wxWidgets.git/blob - utils/helpview/src/helpview.bkl
rebaked after changing the version number
[wxWidgets.git] / utils / helpview / src / helpview.bkl
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">
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>
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>
20 <wx-lib>net</wx-lib>
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>