added --optional-libs wx-config argument (patch 1747239)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-10 10:28:12 +00:00
parent 92bf6cc15a
commit bd63020652
5 changed files with 208 additions and 114 deletions

View File

@@ -114,6 +114,10 @@ All:
wxLogInterposerTemp was added
- Added support for broadcasting to UDP sockets (Andrew Vincent)
All (Unix):
- Added wx-config --optional-libs command line option (John Labenski)
All (GUI):
- Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty)