]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/makefile.unx
Added support for the wxFRAME_FLOAT_ON_PARENT style
[wxWidgets.git] / samples / widgets / makefile.unx
index bf6814221830940055a27993ee2fc3ca9028c5d9..e7c3c986f1418c7b734d0a76a569fa6a14dbc121 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!
 # =========================================================================
 
@@ -55,6 +55,7 @@ WIDGETS_OBJECTS =  \
        widgets_notebook.o \
        widgets_odcombobox.o \
        widgets_radiobox.o \
+       widgets_searchctrl.o \
        widgets_slider.o \
        widgets_spinbtn.o \
        widgets_static.o \
@@ -130,6 +131,9 @@ widgets_odcombobox.o: ./odcombobox.cpp
 widgets_radiobox.o: ./radiobox.cpp
        $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
 
+widgets_searchctrl.o: ./searchctrl.cpp
+       $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
+
 widgets_slider.o: ./slider.cpp
        $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<