]> git.saurik.com Git - wxWidgets.git/blob - samples/stc/stctest.bkl
More German translations updates from Sebastian Walderich.
[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 <headers>
13 edit.h
14 defsext.h
15 prefs.h
16 </headers>
17 <wx-lib>stc</wx-lib>
18 <wx-lib>core</wx-lib>
19 <wx-lib>base</wx-lib>
20
21 <if cond="OUT_OF_TREE_MAKEFILES=='0'">
22 <sys-lib>$(LIB_SCINTILLA)</sys-lib>
23 </if>
24 </exe>
25
26 <wx-data id="data">
27 <files>
28 stctest.cpp
29 </files>
30 </wx-data>
31
32 </makefile>