]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
Fix wx headers compilation in mingw32 strict ANSI mode.
[wxWidgets.git] / samples / makefile.gcc
index 2766f36dbd7ef2324c05e312cf25cf1aa8d23df6..e52eadc1ad388774874391aef4c0802d752e064d 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.6 (http://www.bakefile.org)
+#     Bakefile 0.2.7 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -36,7 +36,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
 
 ### Targets: ###
 
-all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc
+all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc
 
 clean: 
        -if exist .\*.o del .\*.o
@@ -92,6 +92,7 @@ clean:
        $(MAKE) -C propgrid -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C regtest -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C render -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C ribbon -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C sashtest -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) clean
@@ -271,6 +272,9 @@ regtest:
 render: 
        $(MAKE) -C render -f makefile.gcc $(MAKEARGS) all
 
+ribbon: 
+       $(MAKE) -C ribbon -f makefile.gcc $(MAKEARGS) all
+
 richtext: 
        $(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) all
 
@@ -350,10 +354,10 @@ memcheck:
        config console controls dataview dialogs dialup display dnd docview dragimag \
        drawing erase event except exec font grid help htlbox html image internat ipc joytest \
        keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto \
-       opengl ownerdrw popup power printing propgrid regtest render richtext sashtest \
-       scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text \
-       thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc \
-       memcheck
+       opengl ownerdrw popup power printing propgrid regtest render ribbon richtext \
+       sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder \
+       taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard \
+       wrapsizer xrc memcheck
 
 
 SHELL := $(COMSPEC)