add headers to the samples' bakefiles so that they show up in MSVC project files
[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
25         <win32-res>../sample.rc</win32-res>
26     </exe>
27
28     <wx-data id="data">
29         <files>
30              stctest.cpp
31         </files>
32     </wx-data>
33
34 </makefile>