X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2add9e3c2f07bdb9234fbf3b84dda6b04d5ed598..a0232aa5207651deaf980c68f79546eed6327af7:/samples/widgets/makefile.unx diff --git a/samples/widgets/makefile.unx b/samples/widgets/makefile.unx index bf68142218..e7c3c986f1 100644 --- a/samples/widgets/makefile.unx +++ b/samples/widgets/makefile.unx @@ -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) $<