From c0f59399e43bb83de4cf78e80034326ef381d9ac Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 4 Jun 2018 13:45:13 +0100 Subject: Add a depends: keyword to windows.compile_resources() Expose depends: from the custom_target this creates. --- docs/markdown/snippets/windows-resources-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/windows-resources-dependencies.md b/docs/markdown/snippets/windows-resources-dependencies.md index e30e18c..e061778 100644 --- a/docs/markdown/snippets/windows-resources-dependencies.md +++ b/docs/markdown/snippets/windows-resources-dependencies.md @@ -1,7 +1,7 @@ ## Windows resource files dependencies The `compile_resources()` function of the `windows` module now takes -the `depend_files:` keyword. +the `depend_files:` and `depends:` keywords. When using binutils's `windres`, dependencies on files `#include`'d by the preprocessor are now automatically tracked. -- cgit v1.1