The deprecated lib doesn't build. Disable it from being automatically

built for now.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-25 06:51:10 +00:00
parent 93076559ba
commit 44b651f55a

View File

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