3c033d0c13
One bakefile used DOS EOLs (and hard TABs) for some reason, convert it.
23 lines
588 B
XML
23 lines
588 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="webview" template="wx_sample" template_append="wx_append">
|
|
<sources>
|
|
webview.cpp
|
|
</sources>
|
|
<headers></headers>
|
|
<wx-lib>webview</wx-lib>
|
|
<wx-lib>stc</wx-lib>
|
|
<wx-lib>adv</wx-lib>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<win32-res>../sample.rc</win32-res>
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
|
|
<sys-lib>$(LIB_SCINTILLA)</sys-lib>
|
|
</if>
|
|
</exe>
|
|
|
|
</makefile>
|