]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/makefile.unx
add unit test for wxTextCtrl::SetSelection()
[wxWidgets.git] / samples / console / makefile.unx
index afcc4bcc64e6302049cc4331dd04011e5976224a..aa5d51c807b3ea607119060982f4f02b218f1d97 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)
 
 console: $(CONSOLE_OBJECTS)
-       $(CXX) -o $@ $(CONSOLE_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs net,odbc,base`
+       $(CXX) -o $@ $(CONSOLE_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs net,base`
 
 console_console.o: ./console.cpp
        $(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $(CPPDEPS) $<