]> git.saurik.com Git - wxWidgets.git/commitdiff
multilib mode
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 1 Aug 2003 21:21:07 +0000 (21:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 1 Aug 2003 21:21:07 +0000 (21:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d3b9ad8063090e8927bf7808d4cd93762e77fa02..d9310cc3ecb5537af03b9e84234611c69dac9d1c 100644 (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