Rebake everything using bakefile 0.2.9.
Update configure and bakefile.m4 for the new version too. Also add the missing makefiles and projects for the XTI sample. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
# =========================================================================
 | 
			
		||||
#     This makefile was generated by
 | 
			
		||||
#     Bakefile 0.2.8 (http://www.bakefile.org)
 | 
			
		||||
#     Bakefile 0.2.9 (http://www.bakefile.org)
 | 
			
		||||
#     Do not modify, all changes will be overwritten!
 | 
			
		||||
# =========================================================================
 | 
			
		||||
 | 
			
		||||
@@ -29,8 +29,8 @@ CONFTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
 | 
			
		||||
	-I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
 | 
			
		||||
	-Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
 | 
			
		||||
CONFTEST_OBJECTS =  \
 | 
			
		||||
	$(OBJS)\conftest_sample_rc.o \
 | 
			
		||||
	$(OBJS)\conftest_conftest.o
 | 
			
		||||
	$(OBJS)\conftest_sample_rc.o \
 | 
			
		||||
	$(OBJS)\conftest_conftest.o
 | 
			
		||||
 | 
			
		||||
### Conditionally set variables: ###
 | 
			
		||||
 | 
			
		||||
@@ -218,12 +218,12 @@ clean:
 | 
			
		||||
	-if exist $(OBJS)\*.d del $(OBJS)\*.d
 | 
			
		||||
	-if exist $(OBJS)\conftest.exe del $(OBJS)\conftest.exe
 | 
			
		||||
 | 
			
		||||
$(OBJS)\conftest.exe: $(CONFTEST_OBJECTS) $(OBJS)\conftest_sample_rc.o
 | 
			
		||||
$(OBJS)\conftest.exe: $(CONFTEST_OBJECTS) $(OBJS)\conftest_sample_rc.o
 | 
			
		||||
	$(CXX) -o $@ $(CONFTEST_OBJECTS)  $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p)  -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
 | 
			
		||||
 | 
			
		||||
$(OBJS)\conftest_sample_rc.o: ./../../samples/sample.rc
 | 
			
		||||
	windres --use-temp-file -i$< -o$@    --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
 | 
			
		||||
 | 
			
		||||
$(OBJS)\conftest_sample_rc.o: ./../../samples/sample.rc
 | 
			
		||||
	windres --use-temp-file -i$< -o$@    --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
 | 
			
		||||
 | 
			
		||||
$(OBJS)\conftest_conftest.o: ./conftest.cpp
 | 
			
		||||
	$(CXX) -c -o $@ $(CONFTEST_CXXFLAGS) $(CPPDEPS) $<
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user