X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/506e9b7ed2bee097fd3674061f6962e54bdea7bf..3c01c5951189e13b8b4a5d7b288b54d4a57a30f8:/samples/taborder/makefile.unx diff --git a/samples/taborder/makefile.unx b/samples/taborder/makefile.unx index f5c9d3d6d5..1befed3990 100644 --- a/samples/taborder/makefile.unx +++ b/samples/taborder/makefile.unx @@ -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) taborder: $(TABORDER_OBJECTS) - $(CXX) -o $@ $(TABORDER_OBJECTS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS) + $(CXX) -o $@ $(TABORDER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` taborder_taborder.o: ./taborder.cpp $(CXX) -c -o $@ $(TABORDER_CXXFLAGS) $(CPPDEPS) $<