added an option to use wxExtHelpController (which means that it now depends on the adv library)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-27 17:32:02 +00:00
parent 249b3fe3bb
commit 02f51f1f14
2 changed files with 14 additions and 3 deletions

View File

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