~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to utils/helpview/src/helpview.bkl

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!-- $Id: helpview.bkl 59561 2009-03-15 16:07:56Z KO $ -->
 
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
        </if>
 
13
        <sources>
 
14
            helpview.cpp
 
15
        </sources>
 
16
        <win32-res>helpview.rc</win32-res>
 
17
        <wx-lib>html</wx-lib>
 
18
        <wx-lib>core</wx-lib>
 
19
        <wx-lib>net</wx-lib>
 
20
        <wx-lib>base</wx-lib>
 
21
        <install-to>$(BINDIR)</install-to>
 
22
    </exe>
 
23
    
 
24
    <wx-data id="data">
 
25
        <files>
 
26
            test.zip
 
27
        </files>
 
28
    </wx-data>
 
29
 
 
30
</makefile>