]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/makefile.unx
don't assert when GetSubItemRect() is called in non-report view if it's called with...
[wxWidgets.git] / samples / widgets / makefile.unx
index 68dd04e02d9e555f8f03bca501f9237bda92ca3f..6d2dfc8723a5051431ffd0337d813c05d72418d9 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -80,6 +80,7 @@ WIDGETS_OBJECTS =  \
        widgets_slider.o \
        widgets_spinbtn.o \
        widgets_static.o \
+       widgets_statbmp.o \
        widgets_textctrl.o \
        widgets_toggle.o \
        widgets_widgets.o
@@ -194,6 +195,9 @@ widgets_spinbtn.o: ./spinbtn.cpp
 widgets_static.o: ./static.cpp
        $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
 
+widgets_statbmp.o: ./statbmp.cpp
+       $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
+
 widgets_textctrl.o: ./textctrl.cpp
        $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<