]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/combo/makefile.unx
compilation fix after r61232
[wxWidgets.git] / samples / combo / makefile.unx
index a13c22df3dc0bccf81d89a20f25d636cba1c1152..a017c88be4ff8aa1e8baefed040a1ce568a2755b 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 combo: $(COMBO_OBJECTS)
-       $(CXX) -o $@ $(COMBO_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(COMBO_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base`
 
 combo_combo.o: ./combo.cpp
        $(CXX) -c -o $@ $(COMBO_CXXFLAGS) $(CPPDEPS) $<