Updated version to 2.5.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # ========================================================================= | ||||
| #     This makefile was generated by | ||||
| #     Bakefile 0.1.6 (http://bakefile.sourceforge.net) | ||||
| #     Bakefile 0.1.8 (http://bakefile.sourceforge.net) | ||||
| #     Do not modify, all changes will be overwritten! | ||||
| # ========================================================================= | ||||
|  | ||||
| @@ -18,11 +18,13 @@ OBJS = \ | ||||
| LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG) | ||||
| SETUPHDIR = \ | ||||
| 	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | ||||
| WXEMULATOR_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \ | ||||
| 	-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ | ||||
| 	$(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. \ | ||||
| 	$(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \ | ||||
| 	$(__EXCEPTIONSFLAG_5) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS) | ||||
| WXEMULATOR_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \ | ||||
| 	$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \ | ||||
| 	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \ | ||||
| 	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \ | ||||
| 	-I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \ | ||||
| 	$(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) \ | ||||
| 	$(CXXFLAGS) | ||||
| WXEMULATOR_OBJECTS =  \ | ||||
| 	$(OBJS)\wxemulator_sample_rc.o \ | ||||
| 	$(OBJS)\wxemulator_emulator.o | ||||
| @@ -73,17 +75,17 @@ endif | ||||
| ifeq ($(BUILD),release) | ||||
| __OPTIMIZEFLAG_2 = -O2 | ||||
| endif | ||||
| ifeq ($(USE_EXCEPTIONS),0) | ||||
| __EXCEPTIONSFLAG_4 = -fno-rtti | ||||
| ifeq ($(USE_RTTI),0) | ||||
| __RTTIFLAG_5 = -fno-rtti | ||||
| endif | ||||
| ifeq ($(USE_EXCEPTIONS),1) | ||||
| __EXCEPTIONSFLAG_4 =  | ||||
| ifeq ($(USE_RTTI),1) | ||||
| __RTTIFLAG_5 =  | ||||
| endif | ||||
| ifeq ($(USE_EXCEPTIONS),0) | ||||
| __EXCEPTIONSFLAG_5 = -fno-exceptions | ||||
| __EXCEPTIONSFLAG_6 = -fno-exceptions | ||||
| endif | ||||
| ifeq ($(USE_EXCEPTIONS),1) | ||||
| __EXCEPTIONSFLAG_5 =  | ||||
| __EXCEPTIONSFLAG_6 =  | ||||
| endif | ||||
| ifeq ($(WXUNIV),1) | ||||
| __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | ||||
| @@ -107,6 +109,24 @@ endif | ||||
| ifeq ($(DEBUG_FLAG),1) | ||||
| __DEBUG_DEFINE_p_1 = --define __WXDEBUG__ | ||||
| endif | ||||
| ifeq ($(USE_EXCEPTIONS),0) | ||||
| __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS | ||||
| endif | ||||
| ifeq ($(USE_EXCEPTIONS),0) | ||||
| __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS | ||||
| endif | ||||
| ifeq ($(USE_RTTI),0) | ||||
| __RTTI_DEFINE_p = -DwxNO_RTTI | ||||
| endif | ||||
| ifeq ($(USE_RTTI),0) | ||||
| __RTTI_DEFINE_p_1 = --define wxNO_RTTI | ||||
| endif | ||||
| ifeq ($(USE_THREADS),0) | ||||
| __THREAD_DEFINE_p = -DwxNO_THREADS | ||||
| endif | ||||
| ifeq ($(USE_THREADS),0) | ||||
| __THREAD_DEFINE_p_1 = --define wxNO_THREADS | ||||
| endif | ||||
| ifeq ($(UNICODE),1) | ||||
| __UNICODE_DEFINE_p = -D_UNICODE | ||||
| endif | ||||
| @@ -159,6 +179,12 @@ endif | ||||
| ifeq ($(DEBUG_INFO),1) | ||||
| __DEBUGINFO = -g | ||||
| endif | ||||
| ifeq ($(USE_THREADS),0) | ||||
| __THREADSFLAG =  | ||||
| endif | ||||
| ifeq ($(USE_THREADS),1) | ||||
| __THREADSFLAG = -mthreads | ||||
| endif | ||||
|  | ||||
|  | ||||
| all: $(OBJS) | ||||
| @@ -174,17 +200,18 @@ clean: | ||||
| 	-if exist $(OBJS)\wxemulator.exe del $(OBJS)\wxemulator.exe | ||||
|  | ||||
| $(OBJS)\wxemulator.exe: $(WXEMULATOR_OBJECTS) $(OBJS)\wxemulator_sample_rc.o | ||||
| 	$(CXX) -o $@ $(WXEMULATOR_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows  $(__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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32 | ||||
| 	$(CXX) -o $@ $(WXEMULATOR_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows  $(__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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32 | ||||
|  | ||||
| data:  | ||||
| 	if not exist $(OBJS) mkdir $(OBJS) | ||||
| 	for %%f in (default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) | ||||
|  | ||||
| $(OBJS)\wxemulator_sample_rc.o: ./../../../samples/sample.rc | ||||
| 	windres --use-temp-file -i$< -o$@   --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples | ||||
| 	windres --use-temp-file -i$< -o$@   --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples | ||||
|  | ||||
| $(OBJS)\wxemulator_emulator.o: ./emulator.cpp | ||||
| 	$(CXX) -c -o $@ $(WXEMULATOR_CXXFLAGS) $< | ||||
|  | ||||
| .PHONY: all clean data | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user