]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/makefile.unx
Don't overwrite status message when restoring it if it changed.
[wxWidgets.git] / samples / html / test / makefile.unx
index 7ee1b8d07ffb3d7385053b1d8ce2cc8879b899b9..38b6f549f2009f30add0ffcf677fb224ef271bce 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)
 
 test: $(TEST_OBJECTS)
-       $(CXX) -o $@ $(TEST_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,net,base` $(LDFLAGS)
+       $(CXX) -o $@ $(TEST_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,net,base`
 
 test_test.o: ./test.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<