Move the WX_FLAVOUR variables to be defined generally, not just for

autoconf builds, else the wince targets (at least) will complain.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-09-22 15:08:33 +00:00
parent c932709d31
commit 589e20d03c
140 changed files with 161 additions and 155 deletions

View File

@@ -19,12 +19,12 @@ CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
TOOLKIT = @TOOLKIT@
TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
TOOLKIT_VERSION = @TOOLKIT_VERSION@
EXTRALIBS = @EXTRALIBS@
HOST_SUFFIX = @HOST_SUFFIX@
WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
### Variables: ###