]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/statbar/makefile.unx
Reorganize and improve wxSizer::SetItemMinSize() documentation.
[wxWidgets.git] / samples / statbar / makefile.unx
index b2a58a6fafe5dfb1acb5b3f293b7a8b2e0e370c1..ff9a4af49f53200cc58fe2f653a3d8ef921784ce 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)
 
 statbar: $(STATBAR_OBJECTS)
-       $(CXX) -o $@ $(STATBAR_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(STATBAR_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 statbar_statbar.o: ./statbar.cpp
        $(CXX) -c -o $@ $(STATBAR_CXXFLAGS) $(CPPDEPS) $<