X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b796194b15ddb3bd794b2150e2f2130e809ad2a6..5fe43b6017b7b3216e544792c893b53e6d15a408:/samples/stc/makefile.wat diff --git a/samples/stc/makefile.wat b/samples/stc/makefile.wat index 5639e9bb57..4e865df53d 100644 --- a/samples/stc/makefile.wat +++ b/samples/stc/makefile.wat @@ -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! # ========================================================================= @@ -271,6 +271,9 @@ data : .SYMBOLIC if not exist $(OBJS) mkdir $(OBJS) for %f in (stctest.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS) +$(OBJS)\stctest_sample.res : .AUTODEPEND .\..\..\samples\sample.rc + wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $< + $(OBJS)\stctest_stctest.obj : .AUTODEPEND .\stctest.cpp $(CXX) -bt=nt -zq -fo=$^@ $(STCTEST_CXXFLAGS) $< @@ -280,6 +283,3 @@ $(OBJS)\stctest_edit.obj : .AUTODEPEND .\edit.cpp $(OBJS)\stctest_prefs.obj : .AUTODEPEND .\prefs.cpp $(CXX) -bt=nt -zq -fo=$^@ $(STCTEST_CXXFLAGS) $< -$(OBJS)\stctest_sample.res : .AUTODEPEND .\..\sample.rc - wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $< -