summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/windows-resources-dependencies.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-02 20:50:56 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-07-02 20:50:56 +0300
commit5d0821946404322152319f7f2b22b96477ac406e (patch)
treef238fa0696173e838585a17cf490e208cd14b825 /docs/markdown/snippets/windows-resources-dependencies.md
parent1c44afdeed636f90a1e2685cba4143eacde21887 (diff)
downloadmeson-0.47.0.tar.gz
Update everything for new release.0.47.0
Diffstat (limited to 'docs/markdown/snippets/windows-resources-dependencies.md')
-rw-r--r--docs/markdown/snippets/windows-resources-dependencies.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/windows-resources-dependencies.md b/docs/markdown/snippets/windows-resources-dependencies.md
deleted file mode 100644
index e06177845..000000000
--- a/docs/markdown/snippets/windows-resources-dependencies.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## Windows resource files dependencies
-
-The `compile_resources()` function of the `windows` module now takes
-the `depend_files:` and `depends:` keywords.
-
-When using binutils's `windres`, dependencies on files `#include`'d by the
-preprocessor are now automatically tracked.