]> git.saurik.com Git - wxWidgets.git/commitdiff
stc targets in the global makefiles
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Mar 2000 16:11:33 +0000 (16:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Mar 2000 16:11:33 +0000 (16:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/Makefile.in
contrib/src/Makefile.in

index 072d0a2d16cc021b0360f27f686e87d1e5e27879..2ec692ed42d4f694c7b3aa0904eb1327587fb6b2 100644 (file)
@@ -4,7 +4,9 @@
 
 all:
        cd mmedia; make
+       cd stc; make
 
 clean:
        cd mmedia; make clean
+       cd stc; make clean
 
index f834acaab4aac41a3e0ff28e7c6706186151e90a..fbee2c5b167dda51f86b46d0ec002a57aa347f78 100644 (file)
@@ -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