]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/font/makefile.unx
don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / font / makefile.unx
index 893c432245cc6becb505055a39d656f7b667ebcf..f1ee3354aa1811fa8f2488fa317d0a0e38738118 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (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)
 
 font: $(FONT_OBJECTS)
-       $(CXX) -o $@ $(FONT_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(FONT_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 font_font.o: ./font.cpp
        $(CXX) -c -o $@ $(FONT_CXXFLAGS) $(CPPDEPS) $<