]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mdi/makefile.unx
include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly includ...
[wxWidgets.git] / samples / mdi / makefile.unx
index 8b014cdc676e92370a07029390667c94a92725d5..056d23e9df6bb97d092a2e588a44c67d6a6aefe7 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)
 
 mdi: $(MDI_OBJECTS)
-       $(CXX) -o $@ $(MDI_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(MDI_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 mdi_mdi.o: ./mdi.cpp
        $(CXX) -c -o $@ $(MDI_CXXFLAGS) $(CPPDEPS) $<