wxWindows builds with Solaris and FreeBSD native makes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-01-28 16:43:29 +00:00
parent 421a017108
commit 188b6ff729

View File

@ -64,6 +64,10 @@ Unix ports:
and the compiler flags for C++ files only, CFLAGS should still be used
to compile pure C files.
OTHER CHANGES
=============
2.3.3
-----
@ -75,6 +79,11 @@ wxBase:
- memory leak in wxHTTP fixed (Dimitri)
- fixes to AM_PATH_WXCONFIG autoconf macro
Unix (Base/GUI):
- wxWindows may be built using BSD and Solaris (and possibly other) make
programs and not only GNU make
All (GUI):
- significantly improved native font support