]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
Deprecate old style wxPanel ctor taking separate coordinates.
[wxWidgets.git] / samples / makefile.bcc
index d18e929461b5dbb14cc071c5160d6418a87035d6..1fff0974bc580ca34d99130b02c1f537b5f6de52 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================\r
 #     This makefile was generated by\r
-#     Bakefile 0.2.6 (http://www.bakefile.org)\r
+#     Bakefile 0.2.9 (http://www.bakefile.org)\r
 #     Do not modify, all changes will be overwritten!\r
 # =========================================================================\r
 \r
@@ -32,7 +32,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
        -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \\r
        -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \\r
        -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \\r
-       -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \\r
+       -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \\r
        -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \\r
        -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \\r
        -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \\r
@@ -44,7 +44,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 \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 uiaction validate vscroll widgets wizard wrapsizer xrc\r
 \r
 clean: \r
        -if exist .\*.obj del .\*.obj\r
@@ -114,6 +114,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>display.bat\r
        call display.bat\r
        @del display.bat\r
+       @echo cd dll >dll.bat\r
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dll.bat\r
+       call dll.bat\r
+       @del dll.bat\r
        @echo cd dnd >dnd.bat\r
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dnd.bat\r
        call dnd.bat\r
@@ -330,6 +334,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>typetest.bat\r
        call typetest.bat\r
        @del typetest.bat\r
+       @echo cd uiaction >uiaction.bat\r
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>uiaction.bat\r
+       call uiaction.bat\r
+       @del uiaction.bat\r
        @echo cd validate >validate.bat\r
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat\r
        call validate.bat\r
@@ -455,6 +463,12 @@ display:
        call display.bat\r
        @del display.bat\r
 \r
+dll: \r
+       @echo cd dll >dll.bat\r
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dll.bat\r
+       call dll.bat\r
+       @del dll.bat\r
+\r
 dnd: \r
        @echo cd dnd >dnd.bat\r
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dnd.bat\r
@@ -779,6 +793,12 @@ typetest:
        call typetest.bat\r
        @del typetest.bat\r
 \r
+uiaction: \r
+       @echo cd uiaction >uiaction.bat\r
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>uiaction.bat\r
+       call uiaction.bat\r
+       @del uiaction.bat\r
+\r
 validate: \r
        @echo cd validate >validate.bat\r
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat\r