configuration
when using project files and makefiles directly to build wxwidgets,
options are configurable in the file
"wx/xxx/setup.h" where xxx is the required platform (such as msw, motif, gtk, mac). some
settings are a matter of taste, some help with platform-specific problems, and
others can be set to minimize the size of the library. please see the setup.h file
and install.txt files for details on configuration.
when using the 'configure' script to configure wxwidgets (on unix and other platforms where
configure is available), the corresponding setup.h files are generated automatically
along with suitable makefiles. when using the rpm packages
for installing wxwidgets on linux, a correct setup.h is shipped in the package and
this must not be changed.
|