From: Václav Slavík Date: Sun, 17 Aug 2003 12:48:18 +0000 (+0000) Subject: netutils code is MSW-only X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a93ea29b583718ec19613d6af98ff1ce9cc0ea3 netutils code is MSW-only git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index 32ee591502..7e32365d44 100644 --- a/contrib/src/Makefile.in +++ b/contrib/src/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SUBDIRS=fl gizmos mmedia net ogl plot stc svg xrc deprecated animate #applet +CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg xrc deprecated animate #applet all: @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done