]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/docview.bkl
naming convention fixes
[wxWidgets.git] / samples / docview / docview.bkl
CommitLineData
fe0895cf
VS
1<?xml version="1.0" ?>
2<makefile>
3
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
6 <exe id="docview" template="wx_sample" template_append="wx_append">
7 <sources>docview.cpp doc.cpp view.cpp</sources>
8 <wx-lib>core</wx-lib>
9 <win32-res>docview.rc</win32-res>
3e03bdd8 10 <mac-res>chart.r doc.r docview.r mondrian.r</mac-res>
fe0895cf
VS
11 </exe>
12
fe0895cf 13</makefile>