]> git.saurik.com Git - wxWidgets.git/commit
Put WINDRES_CPU_DEFINE in RESFLAGS and not RESCOMP in configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 12:48:35 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 12:48:35 +0000 (12:48 +0000)
commitef5dbedecfb8e5d04297abba73267df43ce1878c
tree68244bf4bb7e93b79281290aa24efc22e1c200d4
parent6cab632f3251ae1117d24544813f47c6597a3b34
Put WINDRES_CPU_DEFINE in RESFLAGS and not RESCOMP in configure.

WINDRES_CPU_DEFINE is just another resource compiler flag which should be part
of RESFLAGS instead of being added to RESCOMP definition itself. This is not
only more logical but also fixes the problem with matching RESCOMP against
"windres" or "wrc" in wx-config.

See #12356.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in