]> git.saurik.com Git - wxWidgets.git/commitdiff
The deprecated lib doesn't build. Disable it from being automatically
authorRobin Dunn <robin@alldunn.com>
Wed, 25 Oct 2006 06:51:10 +0000 (06:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 25 Oct 2006 06:51:10 +0000 (06:51 +0000)
built for now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/Makefile.in

index c650383f1af6eb160bd3db6946eaa23d1d936766..aff64d5085ef3660129657a80a05c558ec4571e9 100644 (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