aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Windows-module.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Windows-module.md')
-rw-r--r--docs/markdown/Windows-module.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md
new file mode 100644
index 0000000..b2b5145
--- /dev/null
+++ b/docs/markdown/Windows-module.md
@@ -0,0 +1,12 @@
+# Windows module
+
+This module provides functionality used to build applications for Windows.
+
+## Methods
+
+### compile_resources
+
+Compiles Windows `rc` files specified in the positional arguments. Returns an opaque object that you put in the list of sources for the target you want to have the resources in. This method has the following keyword argument.
+
+ - `args` lists extra arguments to pass to the resource compiler
+ - `include_directories` which does the same thing as it does on target declarations: specifies header search directories