Add libs html and xml to bakefiles of samples/contribs/demos using lib adv

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-10-23 21:52:24 +00:00
parent 3708784b46
commit 2fa7bb014e
14 changed files with 25 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
<exe id="sashtest" template="wx_sample" template_append="wx_append">
<sources>sashtest.cpp</sources>
<wx-lib>adv</wx-lib>
<wx-lib>html</wx-lib>
<wx-lib>xml</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>sashtest.rc</win32-res>