Output the values of all USE_XXX options to build.cfg file in MSW builds.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 00:42:55 +0000 (00:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 00:42:55 +0000 (00:42 +0000)
commit6457b0bcc1a77030b24116346aecefa16382befa
treef23b7a7d88ab4c3f9be3ee69ce476caa26508c4c
parent5eea1681a6250a2cd0d3f5a6c6aa8f3df824acb6
Output the values of all USE_XXX options to build.cfg file in MSW builds.

USE_RTTI, USE_AUI, USE_PROPGRID, USE_RIBBON, USE_RICHTEXT, USE_STC and USE_XRC
options were not output to the build configuration file, unlike the rest of
them.

Do output those ones as well now for consistency.

Also sort the options corresponding to different wx libraries alphabetically.

Closes #14608.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/build_cfg.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat