]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/makefile.unx
fix compilation without wxUSE_STREAMS (closes #10900)
[wxWidgets.git] / samples / erase / makefile.unx
index fe9b6f6ce499965e7d5ce936340fbc1d3d1851ed..5d74faddb273a58dd3d19ee5b41ed93b8c71fb8a 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.4 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -11,7 +11,7 @@
 # -------------------------------------------------------------------------
 
 # C++ compiler 
-CXX ?= g++
+CXX = g++
 
 # Standard flags for C++ 
 CXXFLAGS ?= 
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 erase: $(ERASE_OBJECTS)
-       $(CXX) -o $@ $(ERASE_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(ERASE_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 erase_erase.o: ./erase.cpp
        $(CXX) -c -o $@ $(ERASE_CXXFLAGS) $(CPPDEPS) $<