aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-05-15 12:21:25 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-01 20:21:09 +0000
commit7a48f6dfcd7b4fe85b28439146b4b541b9a8381e (patch)
tree50dfe9bf8f48629bae829b80fec3fa015aec7aff /docs/markdown
parentb7df392e9f0f5268960d36005aa0592e35751a49 (diff)
downloadmeson-7a48f6dfcd7b4fe85b28439146b4b541b9a8381e.zip
meson-7a48f6dfcd7b4fe85b28439146b4b541b9a8381e.tar.gz
meson-7a48f6dfcd7b4fe85b28439146b4b541b9a8381e.tar.bz2
Clarify how Windows resource compiler uses the include path
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Windows-module.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md
index ba1e34e..8098c11 100644
--- a/docs/markdown/Windows-module.md
+++ b/docs/markdown/Windows-module.md
@@ -16,5 +16,6 @@ has the following keyword argument.
- `depend_files` lists resource files that the resource script depends on
(e.g. bitmap, cursor, font, html, icon, message table, binary data or manifest
files referenced by the resource script) (*since 0.47.0*)
-- `include_directories` which does the same thing as it does on target
- declarations: specifies header search directories
+- `include_directories` lists directories to be both searched by the resource
+ compiler for referenced resource files, and added to the preprocessor include
+ search path.