aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-01-13 19:38:48 +0200
committerGitHub <noreply@github.com>2018-01-13 19:38:48 +0200
commita5b2b90309ec765ea5a2cd50ee6f12361f2d25f5 (patch)
tree7669e44ccdce091c0fe3813da6ab124a7b391093 /docs/markdown
parent933eaf602268dc5b20a90aed13b4d832a18047d6 (diff)
parentfd4236085bf3852f783e0b6df758365093d3b000 (diff)
downloadmeson-a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5.zip
meson-a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5.tar.gz
meson-a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5.tar.bz2
Merge pull request #2815 from taisei-project/fix_windows_compile_resources
[windows] make compile_resources use custom targets instead of generators
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/windows-resources-custom-targets.md3
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.