]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/display/makefile.unx
Forward port r56500.
[wxWidgets.git] / samples / display / makefile.unx
index 53cbfbe5fbd595b59f5b1190d57beb6f6017808c..05b63f7fe8e98db05f279a52a9e388d7f6b9b125 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)
 
 display: $(DISPLAY_OBJECTS)
-       $(CXX) -o $@ $(DISPLAY_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(DISPLAY_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 display_display.o: ./display.cpp
        $(CXX) -c -o $@ $(DISPLAY_CXXFLAGS) $(CPPDEPS) $<