]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/debugrpt/makefile.unx
generate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating...
[wxWidgets.git] / samples / debugrpt / makefile.unx
index 69b6d959ef4fffa40f4d49c83f5397ee3dd6bbdd..2aa97f5d4dbd7f0e6a1e9f69f366d5d4e5d0469b 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)
 
 debugrpt: $(DEBUGRPT_OBJECTS)
-       $(CXX) -o $@ $(DEBUGRPT_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs qa,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(DEBUGRPT_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs qa,core,base`
 
 debugrpt_debugrpt.o: ./debugrpt.cpp
        $(CXX) -c -o $@ $(DEBUGRPT_CXXFLAGS) $(CPPDEPS) $<