]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
Use template class instead of template function in wxVectorSort().
[wxWidgets.git] / samples / makefile.bcc
index 274e237b94ec50a07c6756e71a5c3b4dcb18262a..3f30211454a825f8019f46563272ebfc88d1a512 100644 (file)
@@ -33,11 +33,10 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
        -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_CAIRO="$(USE_CAIRO)" \\r
-       -DUSE_GDIPLUS="$(USE_GDIPLUS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \\r
-       -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \\r
-       -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \\r
-       -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \\r
-       -DRUNTIME_LIBS="$(RUNTIME_LIBS)"\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
+       -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"\r
 \r
 ### Conditionally set variables: ###\r
 \r
@@ -45,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
@@ -115,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
@@ -331,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
@@ -456,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
@@ -780,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