]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/makefile.unx
adding header for non-precomp
[wxWidgets.git] / samples / menu / makefile.unx
index 2116ec131f9012b1b60fea96297c542d6f13ec1b..0d935b1985697f12fe887dee2b34037e4a7baabf 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)
 
 menu: $(MENU_OBJECTS)
-       $(CXX) -o $@ $(MENU_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(MENU_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 menu_menu.o: ./menu.cpp
        $(CXX) -c -o $@ $(MENU_CXXFLAGS) $(CPPDEPS) $<