]>
Commit | Line | Data |
---|---|---|
cfcf1d6e SL |
1 | <?xml version="1.0" ?>\r |
2 | <!-- $Id: widgets.bkl 59311 2009-03-04 11:47:32Z FM $ -->\r | |
3 | <makefile>\r | |
4 | \r | |
5 | <include file="../../build/bakefiles/common_samples.bkl"/>\r | |
6 | \r | |
7 | <exe id="web" template="wx_sample" template_append="wx_append">\r | |
8 | <sources>\r | |
9 | web.cpp\r | |
10 | </sources>\r | |
11 | <headers></headers>\r | |
12 | <wx-lib>core</wx-lib>\r | |
13 | <wx-lib>base</wx-lib>\r | |
14 | <wx-lib>web</wx-lib>\r | |
15 | <wx-lib>stc</wx-lib>\r | |
16 | <win32-res>../sample.rc</win32-res>\r | |
5771c1aa SL |
17 | \r |
18 | <if cond="OUT_OF_TREE_MAKEFILES=='0'">\r | |
19 | <sys-lib>$(LIB_SCINTILLA)</sys-lib>\r | |
20 | </if>\r | |
cfcf1d6e SL |
21 | </exe>\r |
22 | \r | |
23 | </makefile>\r |