]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
add uint/long/ulong overloads of operator* and operator/ to avoid problems with ambig...
[wxWidgets.git] / samples / makefile.gcc
index 0bb1fba107cf5b2b3f85aa0f2bb4d7b1aa139d23..050587f0bda54cfb17005401d61f58a5f3cfc51a 100644 (file)
@@ -112,6 +112,7 @@ 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
 
@@ -331,6 +332,9 @@ 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
 
@@ -343,7 +347,7 @@ memcheck:
        keyboard layout listctrl mdi mediaplayer menu minimal mobile 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 mfc memcheck
+       treectrl typetest validate vscroll widgets wizard wrapsizer flash mfc memcheck
 
 
 SHELL := $(COMSPEC)