]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Docstring tweaks
[wxWidgets.git] / contrib / samples / Makefile.in
index 30675ebf48548a97c2f39a766a66018d87cc185b..87a10c91f61ad52e0ab08a501c7a019d0030b994 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc #applet
+CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done