From 44b651f55a4ac8c66415108085df56e71ef9b895 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 25 Oct 2006 06:51:10 +0000 Subject: [PATCH] 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 --- contrib/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index c650383..aff64d5 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 -- 2.7.4