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