]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/makefile.unx
better variant support, fixes #11114
[wxWidgets.git] / samples / widgets / makefile.unx
index c9ab3729727db742945ae05c476246c146a1bc2d..f04b0dc67a0fc3eaf40515cee7a24a408263d37c 100644 (file)
@@ -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) $<