]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/makefile.bcc
added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)
[wxWidgets.git] / samples / widgets / makefile.bcc
index ac8b69e6b503ee141fd836a63f4d3dd2cac6aaf4..84c9e650f1104c0d899ff24448cbb13aa77280d2 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.0 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -21,7 +21,7 @@ BCCDIR = $(MAKEDIR)\..
 
 ### Variables: ###
 
-WX_RELEASE_NODOT = 27
+WX_RELEASE_NODOT = 29
 OBJS = \
        bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
@@ -50,6 +50,7 @@ WIDGETS_OBJECTS =  \
        $(OBJS)\widgets_notebook.obj \
        $(OBJS)\widgets_odcombobox.obj \
        $(OBJS)\widgets_radiobox.obj \
+       $(OBJS)\widgets_searchctrl.obj \
        $(OBJS)\widgets_slider.obj \
        $(OBJS)\widgets_spinbtn.obj \
        $(OBJS)\widgets_static.obj \
@@ -307,6 +308,9 @@ $(OBJS)\widgets_odcombobox.obj: .\odcombobox.cpp
 $(OBJS)\widgets_radiobox.obj: .\radiobox.cpp
        $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
 
+$(OBJS)\widgets_searchctrl.obj: .\searchctrl.cpp
+       $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
+
 $(OBJS)\widgets_slider.obj: .\slider.cpp
        $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**