X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b69115cba5d22da86092e1e9eb1c363e9e8fb6a..f1108504cee4aac591de8f6769b812f4ec37fdb7:/contrib/samples/Makefile.in diff --git a/contrib/samples/Makefile.in b/contrib/samples/Makefile.in index 931586730b..87a10c91f6 100644 --- a/contrib/samples/Makefile.in +++ b/contrib/samples/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc deprecated #applet +CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done