2003-08-06 15:58:14 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
2007-04-05 06:27:23 +00:00
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
2003-08-06 15:58:14 +00:00
|
|
|
|
2007-04-05 06:27:23 +00:00
|
|
|
<exe id="stctest" template="wx_sample" template_append="wx_append">
|
2003-08-06 15:58:14 +00:00
|
|
|
<sources>
|
|
|
|
stctest.cpp
|
2009-03-04 11:47:32 +00:00
|
|
|
edit.cpp
|
|
|
|
prefs.cpp
|
2003-08-06 15:58:14 +00:00
|
|
|
</sources>
|
2009-03-04 11:47:32 +00:00
|
|
|
<headers>
|
|
|
|
edit.h
|
|
|
|
defsext.h
|
|
|
|
prefs.h
|
|
|
|
</headers>
|
2007-04-05 06:27:23 +00:00
|
|
|
<wx-lib>stc</wx-lib>
|
2003-08-06 15:58:14 +00:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
2009-03-04 11:47:32 +00:00
|
|
|
|
2007-05-03 09:07:25 +00:00
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
|
|
|
|
<sys-lib>$(LIB_SCINTILLA)</sys-lib>
|
|
|
|
</if>
|
2003-08-06 15:58:14 +00:00
|
|
|
</exe>
|
2003-09-18 05:05:52 +00:00
|
|
|
|
2009-03-04 11:47:32 +00:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
|
|
|
stctest.cpp
|
|
|
|
</files>
|
|
|
|
</wx-data>
|
|
|
|
|
2003-08-06 15:58:14 +00:00
|
|
|
</makefile>
|