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

« back to all changes in this revision

Viewing changes to samples/caret/caret.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
<makefile>
 
3
 
 
4
    <include file="../../build/bakefiles/common_samples.bkl"/>
 
5
 
 
6
    <exe id="caret" template="wx_sample" template_append="wx_append">
 
7
        <sources>caret.cpp</sources>
 
8
        <wx-lib>core</wx-lib>
 
9
        <wx-lib>base</wx-lib>
 
10
    </exe>
 
11
 
 
12
</makefile>