added support for the 'richtext' library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2006-10-10 09:54:26 +00:00
parent 342d6309bb
commit 591a46d420
2 changed files with 10 additions and 1 deletions

View file

@ -15,7 +15,9 @@
<set var="WX_PRESETS_VERSION">3</set>
<!-- list of known libraries used by wx-lib tag defined in wx_unix.bkl and wx_win32.bkl -->
<set var="LIB_LIST">base core net xml odbc xrc html adv media gl dbgrid qa aui</set>
<set var="LIB_LIST">
base core net xml odbc xrc html adv media gl dbgrid qa aui richtext
</set>
<!-- NOTE: refer to the NET contrib using NETUTILS instead of NET
(which is already in LIB_LIST) -->