]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/makefile.unx
GTK+'s native controls usually have a bigger line height
[wxWidgets.git] / samples / grid / makefile.unx
index 33a5930c4a7b0a2df717746d22be35d3c095ffdf..9804baee0094345f795ff613344e2573fcc3ef14 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.4 (http://www.bakefile.org)
+#     Bakefile 0.2.5 (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)
 
 grid: $(GRID_OBJECTS)
-       $(CXX) -o $@ $(GRID_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,html,xml,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(GRID_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` $(LDFLAGS)
 
 grid_griddemo.o: ./griddemo.cpp
        $(CXX) -c -o $@ $(GRID_CXXFLAGS) $(CPPDEPS) $<