]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/collpane/makefile.unx
implement wxTreeCtrl::GetFocusedItem() for wxMSW too (see #10859)
[wxWidgets.git] / samples / collpane / makefile.unx
index 38f7117c1564c52441300467c28e472ca42be024..b4c3d4863397f93a91577b308fc137b34878e0e4 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)
 
 collpane: $(COLLPANE_OBJECTS)
-       $(CXX) -o $@ $(COLLPANE_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(COLLPANE_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base`
 
 collpane_collpane.o: ./collpane.cpp
        $(CXX) -c -o $@ $(COLLPANE_CXXFLAGS) $(CPPDEPS) $<