diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-06-04 13:45:13 +0100 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-18 10:52:21 +0000 |
| commit | c0f59399e43bb83de4cf78e80034326ef381d9ac (patch) | |
| tree | d057bd08f399e75156b4ea97530dae3a0883b5fe /docs/markdown/Windows-module.md | |
| parent | c9a89027accff8385028a2b5e93465d28c63be36 (diff) | |
| download | meson-c0f59399e43bb83de4cf78e80034326ef381d9ac.tar.gz | |
Add a depends: keyword to windows.compile_resources()
Expose depends: from the custom_target this creates.
Diffstat (limited to 'docs/markdown/Windows-module.md')
| -rw-r--r-- | docs/markdown/Windows-module.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md index 8098c1157..39f1ba6d8 100644 --- a/docs/markdown/Windows-module.md +++ b/docs/markdown/Windows-module.md @@ -16,6 +16,8 @@ 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*) +- `depends` lists target(s) that this target depends on, even though it does not + take them as an argument (e.g. as above, but generated) (*since 0.47.0*) - `include_directories` lists directories to be both searched by the resource compiler for referenced resource files, and added to the preprocessor include search path. |
