From: Václav Slavík Date: Fri, 1 Aug 2003 21:21:07 +0000 (+0000) Subject: multilib mode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0425151023593cb31da0ee0a652da173ca9abfde multilib mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index d3b9ad8063..d9310cc3ec 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -42,6 +42,9 @@ OTHER CHANGES All: +- It is now possible to build several smaller libraries instead of single + huge wxWindows library; wxBase is now dependency of GUI ports rather then + separately compiled library - added wxDateSpan::operator==() and !=() (Lukasz Michalski) - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth) - use true/false throughout the library instead of TRUE/FALSE