]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wrapsizer/makefile.unx
In virtual list mode, map first row to 1, not to 0 as this is reserved for an invalid...
[wxWidgets.git] / samples / wrapsizer / makefile.unx
index 6a8fcc2ff8b97245d090f9300e089b90884b670e..1c8474999a1439d414302267a2a20a6193cc284a 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)
 
 wrapsizer: $(WRAPSIZER_OBJECTS)
-       $(CXX) -o $@ $(WRAPSIZER_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(WRAPSIZER_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 wrapsizer_wrapsizer.o: ./wrapsizer.cpp
        $(CXX) -c -o $@ $(WRAPSIZER_CXXFLAGS) $(CPPDEPS) $<