]>
Commit | Line | Data |
---|---|---|
cfcf1d6e | 1 | <?xml version="1.0" ?>\r |
cfcf1d6e SL |
2 | <makefile>\r |
3 | \r | |
4 | <include file="../../build/bakefiles/common_samples.bkl"/>\r | |
5 | \r | |
467d261e | 6 | <exe id="webview" template="wx_sample" template_append="wx_append">\r |
cfcf1d6e | 7 | <sources>\r |
467d261e | 8 | webview.cpp\r |
cfcf1d6e SL |
9 | </sources>\r |
10 | <headers></headers>\r | |
467d261e | 11 | <wx-lib>webview</wx-lib>\r |
726cc869 SL |
12 | <wx-lib>stc</wx-lib> \r |
13 | <wx-lib>adv</wx-lib>\r | |
cfcf1d6e SL |
14 | <wx-lib>core</wx-lib>\r |
15 | <wx-lib>base</wx-lib>\r | |
cfcf1d6e | 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 |