diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/windows-resources-dependencies.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/windows-resources-dependencies.md b/docs/markdown/snippets/windows-resources-dependencies.md index f446ea5..e30e18c 100644 --- a/docs/markdown/snippets/windows-resources-dependencies.md +++ b/docs/markdown/snippets/windows-resources-dependencies.md @@ -2,3 +2,6 @@ The `compile_resources()` function of the `windows` module now takes the `depend_files:` keyword. + +When using binutils's `windres`, dependencies on files `#include`'d by the +preprocessor are now automatically tracked. |