]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
added ability to generate wx24-like wxWindows.dsp
[wxWidgets.git] / contrib / samples / Makefile.in
index 93436487e413a15f5f1a92fe3e3ee22a33720687..931586730bbe0de27a5016a4c3a911b84f5f11a1 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml plot
+CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc deprecated #applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done