]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/makefile.unx
added wxSpinCtrlDouble (slightly modified patch 1835864)
[wxWidgets.git] / samples / scroll / makefile.unx
index 5407dfe308318c420b6479989987bd14c07a1a43..145ee5b4f78fbdf36ce9d8c7caf1960f7a5ea195 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (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)
 
 scroll: $(SCROLL_OBJECTS)
-       $(CXX) -o $@ $(SCROLL_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(SCROLL_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 scroll_scroll.o: ./scroll.cpp
        $(CXX) -c -o $@ $(SCROLL_CXXFLAGS) $(CPPDEPS) $<