mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-27 10:44:21 +08:00
Small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -149,6 +149,9 @@ strong optimization, so long as the application is not strongly
|
||||
optimized. For example, in wxWindows project, set to 'Minimum
|
||||
Size'. In Dialog Editor project, set to 'Customize: Favor Small
|
||||
Code' (and no others). This will then work.
|
||||
Note also that a bug in the compiler, even without optimization,
|
||||
causes dobjcmn.cpp to produce an internal error, so setup.h
|
||||
switches off drag and drop for VC++ 5.
|
||||
|
||||
Similarly, in VC++ 4, optimization can cause internal compiler
|
||||
errors, so edit src\makevc.env and change /O1 to /Od before
|
||||
|
||||
@@ -46,6 +46,9 @@ wxWindows 2.1.11
|
||||
- Text alignment options in wxStaticText.
|
||||
- wxImage class extended to read PCX and GIF files.
|
||||
- Documentation improvements.
|
||||
- Revised configure system for wxGTK and wxMotif; tmake-based
|
||||
system for generating wxMSW makefiles.
|
||||
- Installer for Windows as alternative to zip archives.
|
||||
|
||||
Platforms supported
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user