]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/makefile.unx
Do not use Tooltips if they are disabled
[wxWidgets.git] / samples / typetest / makefile.unx
index 61bea24c6ade35ca7d1ed670660c853f4c4af9fb..42ef4e45d1d3206870bdfcf8d6d5135cef69469d 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 typetest: $(TYPETEST_OBJECTS)
-       $(CXX) -o $@ $(TYPETEST_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(TYPETEST_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 typetest_typetest.o: ./typetest.cpp
        $(CXX) -c -o $@ $(TYPETEST_CXXFLAGS) $(CPPDEPS) $<