regenerated after adding gzstream.* and vidmode.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -15,7 +15,8 @@ include ../../build/msw/config.gcc
 | 
			
		||||
EXEC_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
 | 
			
		||||
	-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
 | 
			
		||||
	$(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
 | 
			
		||||
	$(__DLLFLAG_p) -I.\..\..\samples $(CXXFLAGS)
 | 
			
		||||
	$(__DLLFLAG_p) -I.\..\..\samples $(CXXFLAGS) $(__EXCEPTIONSFLAG_4) \
 | 
			
		||||
	$(__EXCEPTIONSFLAG_5)
 | 
			
		||||
EXEC_OBJECTS =  \
 | 
			
		||||
	$(OBJS)\exec_exec.o \
 | 
			
		||||
	$(OBJS)\exec_exec_rc.o
 | 
			
		||||
@@ -96,6 +97,18 @@ endif
 | 
			
		||||
ifeq ($(SHARED),1)
 | 
			
		||||
__DLLFLAG_p_1 = --define WXUSINGDLL
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(USE_EXCEPTIONS),0)
 | 
			
		||||
__EXCEPTIONSFLAG_4 = -fno-rtti
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(USE_EXCEPTIONS),1)
 | 
			
		||||
__EXCEPTIONSFLAG_4 = 
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(USE_EXCEPTIONS),0)
 | 
			
		||||
__EXCEPTIONSFLAG_5 = -fno-exceptions
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(USE_EXCEPTIONS),1)
 | 
			
		||||
__EXCEPTIONSFLAG_5 = 
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(USE_GUI),1)
 | 
			
		||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
 | 
			
		||||
endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user