]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/makefile.unx
Fix AdjustForOverflow to use item->CalcMin, not item->GetSize
[wxWidgets.git] / samples / html / test / makefile.unx
index 0ecc87c849e103eb12426eb494dbddfb5ede3a86..5a1b289aa96bc85ff7c75eaeccaa37a72b5deff4 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)
 
 test: $(TEST_OBJECTS)
-       $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,net,base`
+       $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,net,base`
 
 test_test.o: ./test.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<