]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/help/makefile.unx
fixed IO redirection to work in wxExecute() in console applications (including the...
[wxWidgets.git] / samples / help / makefile.unx
index de193779ffb84fb4a3f42d7a5e18daf2e9fd23a3..22984aff289703a4650210a5789063aea60170f0 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)
 
 help: $(HELP_OBJECTS)
-       $(CXX) -o $@ $(HELP_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,adv,core,base`
+       $(CXX) -o $@ $(HELP_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,adv,core,base`
 
 help_demo.o: ./demo.cpp
        $(CXX) -c -o $@ $(HELP_CXXFLAGS) $(CPPDEPS) $<