Increase version to 2.9.5.
Rebake all the project/make files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -16,8 +16,9 @@ CPPDEPS = -MT$@ -MF$@.d -MD -MP
 | 
			
		||||
WX_RELEASE_NODOT = 29
 | 
			
		||||
COMPILER_PREFIX = gcc
 | 
			
		||||
OBJS = \
 | 
			
		||||
	$(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 | 
			
		||||
LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
 | 
			
		||||
	$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 | 
			
		||||
LIBDIRNAME = \
 | 
			
		||||
	.\..\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
 | 
			
		||||
SETUPHDIR = \
 | 
			
		||||
	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
 | 
			
		||||
CUBE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
 | 
			
		||||
@@ -42,6 +43,9 @@ endif
 | 
			
		||||
ifeq ($(USE_GUI),1)
 | 
			
		||||
PORTNAME = msw
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(OFFICIAL_BUILD),1)
 | 
			
		||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(BUILD),debug)
 | 
			
		||||
WXDEBUGFLAG = d
 | 
			
		||||
endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user