]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/makefile.wat
Remove unnecessary mondrian.{ico,xpm} files from samples directory.
[wxWidgets.git] / samples / stc / makefile.wat
index 5639e9bb5720a336e2bb779a778ada4f8741c012..0607840dd350bf3c6ccb89127625733fa01270af 100644 (file)
@@ -271,6 +271,9 @@ data : .SYMBOLIC
        if not exist $(OBJS) mkdir $(OBJS)\r
        for %f in (stctest.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)\r
 \r
+$(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\r
        $(CXX) -bt=nt -zq -fo=$^@ $(STCTEST_CXXFLAGS) $<\r
 \r
@@ -280,6 +283,3 @@ $(OBJS)\stctest_edit.obj :  .AUTODEPEND .\edit.cpp
 $(OBJS)\stctest_prefs.obj :  .AUTODEPEND .\prefs.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(STCTEST_CXXFLAGS) $<\r
 \r
-$(OBJS)\stctest_sample.res :  .AUTODEPEND .\..\sample.rc\r
-       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 $<\r
-\r