From fd4236085bf3852f783e0b6df758365093d3b000 Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev <0x416b617269@gmail.com> Date: Fri, 12 Jan 2018 23:48:49 +0200 Subject: Add a release note snippet for the windows.compile_resources() change --- docs/markdown/snippets/windows-resources-custom-targets.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/windows-resources-custom-targets.md (limited to 'docs/markdown') 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. -- cgit v1.1