]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
remove wxNewEventFunctor() overload which allowed calls to "Bind(evt, &WrongClass...
[wxWidgets.git] / samples / makefile.gcc
index 3d26542e14de3391310bee437e20559599d0bfeb..b676a27c07ec860e70836020a7c57a3fd73ab4a7 100644 (file)
@@ -111,8 +111,6 @@ clean:
        $(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C wrapsizer -f makefile.gcc $(MAKEARGS) clean
-       $(MAKE) -C flash -f makefile.gcc $(MAKEARGS) clean
-       $(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) clean
 
 access: 
@@ -328,12 +326,6 @@ wizard:
 wrapsizer: 
        $(MAKE) -C wrapsizer -f makefile.gcc $(MAKEARGS) all
 
-flash: 
-       $(MAKE) -C flash -f makefile.gcc $(MAKEARGS) all
-
-mfc: 
-       $(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) all
-
 memcheck: 
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all
 
@@ -343,7 +335,7 @@ memcheck:
        keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto \
        opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll \
        shaped sockets sound splash splitter statbar stc taskbar text thread toolbar \
-       treectrl typetest validate vscroll widgets wizard wrapsizer flash mfc memcheck
+       treectrl typetest validate vscroll widgets wizard wrapsizer memcheck
 
 
 SHELL := $(COMSPEC)