removing obsolete contribs (partly moved to wxCode)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-04-01 17:00:00 +00:00
parent 969e35994d
commit 52b62ccea8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $Id$
CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
CONTRIB_SAMPLES=stc svg
all:
@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done

View File

@ -1,6 +1,6 @@
# $Id$
CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg #deprecated #applet
CONTRIB_SUBDIRS=stc svg
all:
@for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done