defs.h had been altered so only 3 MSW compilers were allowed for WXDLLEXPORT :-)
false removed from dbtable.cpp. WS_CLIPCHILDREN/SIBLINGS added to glcanvas.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,27 @@
|
||||
wxWindows 2 Change Log
|
||||
----------------------
|
||||
|
||||
2.1.16
|
||||
------
|
||||
|
||||
wxBase:
|
||||
|
||||
All (GUI):
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Various bug fixes
|
||||
- Added wxCHMHelpController, for invoking MS HTML Help
|
||||
files. This works under VC++ only
|
||||
|
||||
wxGTK:
|
||||
|
||||
- Various bug fixes
|
||||
|
||||
wxMotif:
|
||||
|
||||
- Various bug fixes
|
||||
|
||||
2.1.15
|
||||
------
|
||||
|
||||
|
@@ -456,7 +456,8 @@ Here are the steps required:
|
||||
- Edit wx/src/makeg95.env and set the MINGW32 variable at the top of
|
||||
the file to either 1 (you have Mingw32) or 0 (you have Cygwin32).
|
||||
If using MINGW32, also set the MINGW32VERSION variable
|
||||
appropriately.
|
||||
appropriately. Note: Cygwin 1.1.0 and above may
|
||||
need MINGW32 set to 1 to compile properly.
|
||||
|
||||
- Set your WXWIN variable to where wxWindows is installed.
|
||||
*** IMPORTANT: For Cygwin/Mingw32, use forward slashes in the path, not
|
||||
|
Reference in New Issue
Block a user