updated configure and the makefiles after the samples move

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-01-08 16:07:56 +00:00
parent 01fe050c17
commit 70f7a477cb
9 changed files with 52 additions and 35 deletions

View File

@@ -11,6 +11,9 @@ wxBase:
- wxLongLong class provides support for (signed) 64 bit integers
- wxCmdLineParser class for parsing the command line (supporting short and
long options, switches and parameters of different types)
- it is now possible to build wxBase under Win32 (using VC++ only so far)
and BeOS (without thread support yet)