]> git.saurik.com Git - wxWidgets.git/blame - samples/stc/stctest.bkl
Avoid CRT deprecation warnings for MSVC build using makefiles too.
[wxWidgets.git] / samples / stc / stctest.bkl
CommitLineData
592cae95
VS
1<?xml version="1.0" ?>
2<makefile>
3
54429bb3 4 <include file="../../build/bakefiles/common_samples.bkl"/>
592cae95 5
54429bb3 6 <exe id="stctest" template="wx_sample" template_append="wx_append">
592cae95
VS
7 <sources>
8 stctest.cpp
076218c2
FM
9 edit.cpp
10 prefs.cpp
592cae95 11 </sources>
076218c2
FM
12 <headers>
13 edit.h
14 defsext.h
15 prefs.h
16 </headers>
54429bb3 17 <wx-lib>stc</wx-lib>
592cae95
VS
18 <wx-lib>core</wx-lib>
19 <wx-lib>base</wx-lib>
076218c2 20
08fa76dc
VS
21 <if cond="OUT_OF_TREE_MAKEFILES=='0'">
22 <sys-lib>$(LIB_SCINTILLA)</sys-lib>
23 </if>
592cae95 24 </exe>
88a8b04e 25
076218c2
FM
26 <wx-data id="data">
27 <files>
28 stctest.cpp
29 </files>
30 </wx-data>
31
592cae95 32</makefile>