2011-05-04 11:40:00 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id: widgets.bkl 59311 2009-03-04 11:47:32Z FM $ -->
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="web" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
web.cpp
|
|
|
|
</sources>
|
|
|
|
<headers></headers>
|
2011-06-23 16:44:19 -04:00
|
|
|
<wx-lib>web</wx-lib>
|
|
|
|
<wx-lib>stc</wx-lib>
|
|
|
|
<wx-lib>adv</wx-lib>
|
2011-05-04 11:40:00 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>../sample.rc</win32-res>
|
2011-05-05 16:51:49 -04:00
|
|
|
|
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
|
|
|
|
<sys-lib>$(LIB_SCINTILLA)</sys-lib>
|
|
|
|
</if>
|
2011-05-04 11:40:00 -04:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|