]> git.saurik.com Git - wxWidgets.git/commitdiff
mention Watcom makefile for wxBase
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 24 Jan 2003 00:31:15 +0000 (00:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 24 Jan 2003 00:31:15 +0000 (00:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 6a248c35ca8a8909d0a01d7e2ca2b95151152fc7..155f56d89fc3146ba0d877a485decbf96cd1c800 100644 (file)
@@ -17,6 +17,10 @@ All:
 - use true/false throughout the library instead of TRUE/FALSE
 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
 
+wxBase:
+
+- added Watcom makefiles
+
 All GUI ports:
 
 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)