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

« back to all changes in this revision

Viewing changes to samples/except/except.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: except.bkl 23652 2003-09-17 23:37:54Z VZ $ -->
 
3
 
 
4
<makefile>
 
5
 
 
6
    <include file="../../build/bakefiles/common_samples.bkl"/>
 
7
 
 
8
    <exe id="except" template="wx_sample" template_append="wx_append">
 
9
        <sources>except.cpp</sources>
 
10
        <wx-lib>core</wx-lib>
 
11
        <wx-lib>base</wx-lib>
 
12
    </exe>
 
13
 
 
14
</makefile>