summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-11-25 11:58:56 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-11-30 14:58:49 +0200
commit1e19f93b1e1cfd83e4009c6b664dfccf10aeded6 (patch)
tree110fe589c51f098d44526f220737afb92b3a1c77 /docs/markdown/snippets
parenta696f7473bdb0730074028f6e4655155881620a2 (diff)
downloadmeson-1e19f93b1e1cfd83e4009c6b664dfccf10aeded6.tar.gz
Revert "Detect dependency changes in Windows rc compiler"
This reverts commit 632115ecff3bd7f9cb519098e04e0467b0cfd3a1.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/windows_rc_depfile.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/windows_rc_depfile.md b/docs/markdown/snippets/windows_rc_depfile.md
deleted file mode 100644
index 8a2c9ac6f..000000000
--- a/docs/markdown/snippets/windows_rc_depfile.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## windows.compile_resources now detects header changes with rc.exe
-
-The `rc.exe` resource compiler neither provides *depfile* support nor
-allows showing includes, as is possible with C or C++ compilers.
-Therefore, changes to files included by the `.rc` file did not trigger
-recompilation of the resource file.
-
-A workaround was added to *meson* by calling the preprocessor on the
-`.rc` file to detect the included headers and adding the result as a
-dependency to the resource compilation.