multilib mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-01 21:21:07 +00:00
parent 1d39da4b22
commit 0425151023

View File

@@ -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