X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3d0b8dba702091fb19c83ae0ad9844a9bc4bf47..08b97268061292f7c3794dae243a6490b23a42f1:/demos/poem/makefile.wat diff --git a/demos/poem/makefile.wat b/demos/poem/makefile.wat index 99d2e19289..a6319ed9df 100644 --- a/demos/poem/makefile.wat +++ b/demos/poem/makefile.wat @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.6 (http://bakefile.sourceforge.net) +# Bakefile 0.1.9 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -110,26 +110,33 @@ __OPTIMIZEFLAG_2 = -od !ifeq BUILD release __OPTIMIZEFLAG_2 = -ot -ox !endif -__RUNTIME_LIBS_5 = +__THREADSFLAG_5 = +!ifeq USE_THREADS 0 +__THREADSFLAG_5 = +!endif +!ifeq USE_THREADS 1 +__THREADSFLAG_5 = -bm +!endif +__RUNTIME_LIBS_6 = !ifeq RUNTIME_LIBS dynamic -__RUNTIME_LIBS_5 = -br +__RUNTIME_LIBS_6 = -br !endif !ifeq RUNTIME_LIBS static -__RUNTIME_LIBS_5 = +__RUNTIME_LIBS_6 = !endif -__EXCEPTIONSFLAG_6 = -!ifeq USE_EXCEPTIONS 0 -__EXCEPTIONSFLAG_6 = +__RTTIFLAG_7 = +!ifeq USE_RTTI 0 +__RTTIFLAG_7 = !endif -!ifeq USE_EXCEPTIONS 1 -__EXCEPTIONSFLAG_6 = -xr +!ifeq USE_RTTI 1 +__RTTIFLAG_7 = -xr !endif -__EXCEPTIONSFLAG_7 = +__EXCEPTIONSFLAG_8 = !ifeq USE_EXCEPTIONS 0 -__EXCEPTIONSFLAG_7 = +__EXCEPTIONSFLAG_8 = !endif !ifeq USE_EXCEPTIONS 1 -__EXCEPTIONSFLAG_7 = -xs +__EXCEPTIONSFLAG_8 = -xs !endif __WXLIB_HTML_p = !ifeq MONOLITHIC 0 @@ -176,6 +183,18 @@ __DEBUG_DEFINE_p = -d__WXDEBUG__ !ifeq DEBUG_FLAG 1 __DEBUG_DEFINE_p = -d__WXDEBUG__ !endif +__EXCEPTIONS_DEFINE_p = +!ifeq USE_EXCEPTIONS 0 +__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS +!endif +__RTTI_DEFINE_p = +!ifeq USE_RTTI 0 +__RTTI_DEFINE_p = -dwxNO_RTTI +!endif +__THREAD_DEFINE_p = +!ifeq USE_THREADS 0 +__THREAD_DEFINE_p = -dwxNO_THREADS +!endif __UNICODE_DEFINE_p = !ifeq UNICODE 1 __UNICODE_DEFINE_p = -d_UNICODE @@ -187,17 +206,18 @@ __DLLFLAG_p = -dWXUSINGDLL ### Variables: ### -WX_RELEASE_NODOT = 25 +WX_RELEASE_NODOT = 27 OBJS = & wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG) SETUPHDIR = & $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) -WXPOEM_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) & - -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & - -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. & - $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_6) & - $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS) +WXPOEM_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) & + $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & + $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & + $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 & + -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH & + $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS) WXPOEM_OBJECTS = & $(OBJS)\wxpoem_wxpoem.obj @@ -234,8 +254,8 @@ data : .SYMBOLIC for %f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\wxpoem_wxpoem.obj : .AUTODEPEND .\wxpoem.cpp - $(CXX) -zq -fo=$^@ $(WXPOEM_CXXFLAGS) $< + $(CXX) -bt=nt -zq -fo=$^@ $(WXPOEM_CXXFLAGS) $< $(OBJS)\wxpoem_wxpoem.res : .AUTODEPEND .\wxpoem.rc - wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $< + wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<