From: Vadim Zeitlin Date: Tue, 14 Mar 2000 16:11:33 +0000 (+0000) Subject: stc targets in the global makefiles X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/110b5d83a6c8d460e185c5a746c6fbc9f8ae2eb1 stc targets in the global makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/Makefile.in b/contrib/samples/Makefile.in index 072d0a2d16..2ec692ed42 100644 --- a/contrib/samples/Makefile.in +++ b/contrib/samples/Makefile.in @@ -4,7 +4,9 @@ all: cd mmedia; make + cd stc; make clean: cd mmedia; make clean + cd stc; make clean diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index f834acaab4..fbee2c5b16 100644 --- a/contrib/src/Makefile.in +++ b/contrib/src/Makefile.in @@ -5,8 +5,10 @@ all: cd ogl; make cd mmedia; make + cd stc; make clean: cd ogl; make clean cd mmedia; make clean + cd stc; make clean