From: Ron Lee Date: Wed, 22 Sep 2004 15:08:33 +0000 (+0000) Subject: Move the WX_FLAVOUR variables to be defined generally, not just for X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/589e20d03c8fd08520ae279f5e5ebcc6efde321b?ds=inline 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 --- diff --git a/Makefile.in b/Makefile.in index 21c06e5555..0a4b197889 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,6 +43,8 @@ CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ VENDOR = @VENDOR@ +WX_FLAVOUR = @WX_FLAVOUR@ +WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ DEREZ = @DEREZ@ TOOLKIT = @TOOLKIT@ TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ @@ -57,8 +59,6 @@ EXTRALIBS_GUI = @EXTRALIBS_GUI@ EXTRALIBS_OPENGL = @EXTRALIBS_OPENGL@ EXTRALIBS_SDL = @EXTRALIBS_SDL@ HOST_SUFFIX = @HOST_SUFFIX@ -WX_FLAVOUR = @WX_FLAVOUR@ -WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ ### Variables: ### diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 7d72d9ff62..bcea35aaa7 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -176,6 +176,14 @@ Acts according to DEBUG_INFO by default. Use this to name your customized DLLs differently + + + +