diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-21 01:37:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 01:37:18 +0300 |
commit | 6fab0430beafed684283468c157ee1f90c8c533d (patch) | |
tree | d95b2f4df3bc8c5923dc0e549a5ce2ac0c0d94b5 /docs/markdown/Windows-module.md | |
parent | 511a37085647ffbc45c8f8b7c408ef7898fb998d (diff) | |
parent | 9b5a5c2e61b3eda633acbe859b0e40e9597dac25 (diff) | |
download | meson-6fab0430beafed684283468c157ee1f90c8c533d.zip meson-6fab0430beafed684283468c157ee1f90c8c533d.tar.gz meson-6fab0430beafed684283468c157ee1f90c8c533d.tar.bz2 |
Merge pull request #2224 from mesonbuild/morealpha
More doc alphabetisation
Diffstat (limited to 'docs/markdown/Windows-module.md')
-rw-r--r-- | docs/markdown/Windows-module.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md index b2b5145..1d4b9bf 100644 --- a/docs/markdown/Windows-module.md +++ b/docs/markdown/Windows-module.md @@ -1,12 +1,17 @@ # Windows module -This module provides functionality used to build applications for Windows. +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. +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 +- `include_directories` which does the same thing as it does on target + declarations: specifies header search directories |