]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/makefile.unx
added a simple benchmarking suite
[wxWidgets.git] / samples / image / makefile.unx
index f5e64a38c4b44d91ae94283674f1e43189187371..41fcf42a124574e9ff1bc72abb22bbcd37cc0034 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)
 
 image: $(IMAGE_OBJECTS)
-       $(CXX) -o $@ $(IMAGE_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(IMAGE_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 image_image.o: ./image.cpp
        $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<