X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..65751a0ee7a4cfaef9f459c29bfd67f5be6d893b:/samples/widgets/makefile.unx diff --git a/samples/widgets/makefile.unx b/samples/widgets/makefile.unx index 5a2096c8d0..6d2dfc8723 100644 --- a/samples/widgets/makefile.unx +++ b/samples/widgets/makefile.unx @@ -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! # ========================================================================= @@ -66,6 +66,7 @@ WIDGETS_OBJECTS = \ widgets_datepick.o \ widgets_dirctrl.o \ widgets_dirpicker.o \ + widgets_filectrl.o \ widgets_filepicker.o \ widgets_fontpicker.o \ widgets_gauge.o \ @@ -79,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 @@ -122,7 +124,7 @@ test_for_selected_wxbuild: @$(WX_CONFIG) $(WX_CONFIG_FLAGS) widgets: $(WIDGETS_OBJECTS) - $(CXX) -o $@ $(WIDGETS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs xml,adv,html,core,base` + $(CXX) -o $@ $(WIDGETS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs xml,adv,html,core,base` widgets_bmpcombobox.o: ./bmpcombobox.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< @@ -151,6 +153,9 @@ widgets_dirctrl.o: ./dirctrl.cpp widgets_dirpicker.o: ./dirpicker.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< +widgets_filectrl.o: ./filectrl.cpp + $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< + widgets_filepicker.o: ./filepicker.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< @@ -190,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) $<