]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
Implement wxBookCtrlBase::CalcSizeFromPage() in the base class.
[wxWidgets.git] / samples / makefile.gcc
index 1da2326a533e52c840dcfd74a98525305af2d6c7..1010be6b954b8936b7e24c18a8207a89f8cdc759 100644 (file)
@@ -37,7 +37,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
 \r
 ### Targets: ###\r
 \r
-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\r
+all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll 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\r
 \r
 clean: \r
        -if exist .\*.o del .\*.o\r
@@ -58,6 +58,7 @@ clean:
        $(MAKE) -C dialogs -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C dialup -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C display -f makefile.gcc $(MAKEARGS) clean\r
+       $(MAKE) -C dll -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C dnd -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C docview -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C dragimag -f makefile.gcc $(MAKEARGS) clean\r
@@ -168,6 +169,9 @@ dialup:
 display: \r
        $(MAKE) -C display -f makefile.gcc $(MAKEARGS) all\r
 \r
+dll: \r
+       $(MAKE) -C dll -f makefile.gcc $(MAKEARGS) all\r
+\r
 dnd: \r
        $(MAKE) -C dnd -f makefile.gcc $(MAKEARGS) all\r
 \r
@@ -352,7 +356,7 @@ memcheck:
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all\r
 \r
 .PHONY: all clean access animate artprov aui calendar caret clipboard collpane combo \\r
-       config console controls dataview dialogs dialup display dnd docview dragimag \\r
+       config console controls dataview dialogs dialup display dll dnd docview dragimag \\r
        drawing erase event except exec font grid help htlbox html image internat ipc joytest \\r
        keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto \\r
        opengl ownerdrw popup power printing propgrid regtest render ribbon richtext \\r