mention Watcom makefile for wxBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-01-24 00:31:15 +00:00
parent 2f0c19d0a8
commit d1be6261e3

View 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)