Updated build instructions for win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,26 +72,17 @@ C. Once you get the sources be sure to put them in a path without a
|
|||||||
D. Change to the wx2\include\wx\msw directory and copy setup0.h to
|
D. Change to the wx2\include\wx\msw directory and copy setup0.h to
|
||||||
setup.h and then edit setup.h. This is how you control which parts
|
setup.h and then edit setup.h. This is how you control which parts
|
||||||
of wxWindows are compiled into or left out of the build, simply by
|
of wxWindows are compiled into or left out of the build, simply by
|
||||||
turning options on or off. At a minimum you should set the
|
turning options on or off. I have the following differences from
|
||||||
following:
|
the default setup0.h in my setup.h, but you can experiment with
|
||||||
|
other settings if you like:
|
||||||
|
|
||||||
wxUSE_NEW_GRID 1
|
|
||||||
wxUSE_GLOBAL_MEMORY_OPERATORS 0
|
|
||||||
wxUSE_LIBTIFF 1
|
|
||||||
wxDIALOG_UNIT_COMPATIBILITY 0
|
wxDIALOG_UNIT_COMPATIBILITY 0
|
||||||
|
wxUSE_GLOBAL_MEMORY_OPERATORS 0
|
||||||
I also turn off the following as they are not currently used in
|
wxUSE_DEBUG_NEW_ALWAYS 0
|
||||||
wxPython. There are probably others that can be turned off to
|
wxUSE_CMDLINE_PARSER 0
|
||||||
help save space, but I havn't investigated all the potential
|
|
||||||
configurations yet. Please note that wxPython doesn't (yet) check
|
|
||||||
these flags for its own build, so if you turn off something that
|
|
||||||
wxPython expects then you'll get link errors later on.
|
|
||||||
|
|
||||||
wxUSE_DIALUP_MANAGER 0
|
wxUSE_DIALUP_MANAGER 0
|
||||||
wxUSE_DYNLIB_CLASS 0
|
wxUSE_TREELAYOUT 0
|
||||||
wxUSE_DOC_VIEW_ARCHITECTURE 0
|
wxUSE_POSTSCRIPT 1
|
||||||
wxUSE_PLOT 0
|
|
||||||
wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
|
|
||||||
|
|
||||||
|
|
||||||
** NEW **
|
** NEW **
|
||||||
|
Reference in New Issue
Block a user