]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/makefile.unx
relayout the sizer containing the button after changing its label as this may change...
[wxWidgets.git] / samples / console / makefile.unx
index 5582cd9230f1fabc20c66c16e93276a53b88dda9..ec5e69e52d91d13b53e827ae7e030703a9eba4da 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)
 
 console: $(CONSOLE_OBJECTS)
-       $(CXX) -o $@ $(CONSOLE_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs net,base` $(LDFLAGS)
+       $(CXX) -o $@ $(CONSOLE_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs net,base`
 
 console_console.o: ./console.cpp
        $(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $(CPPDEPS) $<