X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ece421c6c40b0977dc2a7f91f9eff7234b814dd..71da935dd278521462a5da9b6a73ed1c4e4cf711:/samples/widgets/makefile.unx?ds=sidebyside diff --git a/samples/widgets/makefile.unx b/samples/widgets/makefile.unx index c9ab372972..f04b0dc67a 100644 --- a/samples/widgets/makefile.unx +++ b/samples/widgets/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.4 (http://www.bakefile.org) +# Bakefile 0.2.6 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,7 +11,7 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX ?= g++ +CXX = g++ # Standard flags for C++ CXXFLAGS ?= @@ -66,6 +66,7 @@ WIDGETS_OBJECTS = \ widgets_datepick.o \ widgets_dirctrl.o \ widgets_dirpicker.o \ + widgets_editlbox.o \ widgets_filectrl.o \ widgets_filepicker.o \ widgets_fontpicker.o \ @@ -124,7 +125,7 @@ test_for_selected_wxbuild: @$(WX_CONFIG) $(WX_CONFIG_FLAGS) widgets: $(WIDGETS_OBJECTS) - $(CXX) -o $@ $(WIDGETS_OBJECTS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` $(LDFLAGS) + $(CXX) -o $@ $(WIDGETS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` widgets_bmpcombobox.o: ./bmpcombobox.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< @@ -153,6 +154,9 @@ widgets_dirctrl.o: ./dirctrl.cpp widgets_dirpicker.o: ./dirpicker.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< +widgets_editlbox.o: ./editlbox.cpp + $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< + widgets_filectrl.o: ./filectrl.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<