diff options
author | Andrei Alexeyev <0x416b617269@gmail.com> | 2018-01-12 23:48:49 +0200 |
---|---|---|
committer | Andrei Alexeyev <0x416b617269@gmail.com> | 2018-01-12 23:52:25 +0200 |
commit | fd4236085bf3852f783e0b6df758365093d3b000 (patch) | |
tree | de8cc5e95221fd063bdae9fab9d0ddbb7f3a3a3d /docs/markdown | |
parent | 46f5d7a31c122809096183a1ead210f6b4f8b18f (diff) | |
download | meson-fd4236085bf3852f783e0b6df758365093d3b000.zip meson-fd4236085bf3852f783e0b6df758365093d3b000.tar.gz meson-fd4236085bf3852f783e0b6df758365093d3b000.tar.bz2 |
Add a release note snippet for the windows.compile_resources() change
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/windows-resources-custom-targets.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/windows-resources-custom-targets.md b/docs/markdown/snippets/windows-resources-custom-targets.md new file mode 100644 index 0000000..a2dce3a --- /dev/null +++ b/docs/markdown/snippets/windows-resources-custom-targets.md @@ -0,0 +1,3 @@ +## Can use custom targets as Windows resource files + +The `compile_resources()` function of the `windows` module can now be used on custom targets as well as regular files. |