]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/event/makefile.unx
add unit test for wxTextCtrl::SetSelection()
[wxWidgets.git] / samples / event / makefile.unx
index 01029caf48152c766630b46a2bcc16d0ba0814b0..fa6b2ae5786eabae205e01e6a64ea7695ed7af84 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)
 
 event: $(EVENT_OBJECTS)
-       $(CXX) -o $@ $(EVENT_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(EVENT_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 event_event.o: ./event.cpp
        $(CXX) -c -o $@ $(EVENT_CXXFLAGS) $(CPPDEPS) $<