]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/makefile.unx
Added check to allow multiple selection by dragging only if property under mouse...
[wxWidgets.git] / samples / printing / makefile.unx
index 8e27f95075cfbac7a87a9bc50e917f7faf619794..e9b628f9ba262eb89c2a4e37eeffbf83759c36ef 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)
 
 printing: $(PRINTING_OBJECTS)
-       $(CXX) -o $@ $(PRINTING_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(PRINTING_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 printing_printing.o: ./printing.cpp
        $(CXX) -c -o $@ $(PRINTING_CXXFLAGS) $(CPPDEPS) $<