summaryrefslogtreecommitdiff
path: root/docs/markdown/Windows-module.md
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-29 15:03:43 -0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-04-26 17:56:33 +0300
commitb371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f (patch)
tree6e1a3c34b1a85479d3b9f42ccd071096e637929b /docs/markdown/Windows-module.md
parent7dc747ea54480c452b913e4bfe682ec67061c9bf (diff)
downloadmeson-b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f.tar.gz
docs: Import the website and wiki and build with hotdoc
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.
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 000000000..b2b514569
--- /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