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:
		@@ -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: ###
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user