From: Robin Dunn Date: Wed, 25 Oct 2006 06:51:10 +0000 (+0000) Subject: The deprecated lib doesn't build. Disable it from being automatically X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/44b651f55a4ac8c66415108085df56e71ef9b895?ds=inline 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 --- diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index c650383f1a..aff64d5085 100644 --- a/contrib/src/Makefile.in +++ b/contrib/src/Makefile.in @@ -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