]> git.saurik.com Git - wxWidgets.git/blob - samples/stc/stctest.bkl
Bakefile and other changes for new locations of STC and wxSVGFileDC.
[wxWidgets.git] / samples / stc / stctest.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
6 <exe id="stctest" template="wx_sample" template_append="wx_append">
7 <sources>
8 stctest.cpp
9 edit.cpp
10 prefs.cpp
11 </sources>
12 <wx-lib>stc</wx-lib>
13 <wx-lib>core</wx-lib>
14 <wx-lib>base</wx-lib>
15 <win32-res>../sample.rc</win32-res>
16 </exe>
17
18 <wx-data id="data">
19 <files>
20 stctest.cpp
21 </files>
22 </wx-data>
23
24 </makefile>