]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/makefile.unx
Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr, adding some comments.
[wxWidgets.git] / samples / typetest / makefile.unx
index b4f5ba07349e3583e5d89737f38ab67c3fa15cfa..2e6c1f9302f7383b080bbeb93b57b048bd650401 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)
 
 typetest: $(TYPETEST_OBJECTS)
-       $(CXX) -o $@ $(TYPETEST_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(TYPETEST_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 typetest_typetest.o: ./typetest.cpp
        $(CXX) -c -o $@ $(TYPETEST_CXXFLAGS) $(CPPDEPS) $<