]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that wxBase builds with BC++ now
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2002 14:21:51 +0000 (14:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2002 14:21:51 +0000 (14:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 32b73af0a405ec2fbd78267f0d972df19ffb9e99..b8e47da76cdd3f433b916e4205d0c3c559dc4124 100644 (file)
@@ -175,6 +175,7 @@ OTHER CHANGES
 
 wxBase:
 
+- building wxBase with Borland C++ is now supported (Michael Fieldings)
 - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram)
 - fixes to the command line parsing error and usage messages
 - modified wxFileName::CreateTempFileName() to open the file atomically