]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/makefile.unx
fix sizing of extra control
[wxWidgets.git] / samples / notebook / makefile.unx
index 9407458d2ec177df2c26a74003a98e1210acebcd..6dac5712ab8e07467d96e1ebc48b8fe5bcbbf7db 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)
 
 notebook: $(NOTEBOOK_OBJECTS)
-       $(CXX) -o $@ $(NOTEBOOK_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(NOTEBOOK_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 notebook_notebook.o: ./notebook.cpp
        $(CXX) -c -o $@ $(NOTEBOOK_CXXFLAGS) $(CPPDEPS) $<