]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Demo update
[wxWidgets.git] / contrib / samples / Makefile.in
index 93436487e413a15f5f1a92fe3e3ee22a33720687..be88e149d0e9d897981b337b3014f171d898acbb 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml plot
+CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc xrc #applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done