2017-03-30 02:03:43 +08:00
|
|
|
# Windows module
|
|
|
|
|
2017-08-21 05:22:33 +08:00
|
|
|
This module provides functionality used to build applications for
|
|
|
|
Windows.
|
2017-03-30 02:03:43 +08:00
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
|
|
### compile_resources
|
|
|
|
|
2017-08-21 05:22:33 +08:00
|
|
|
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.
|
2017-03-30 02:03:43 +08:00
|
|
|
|
|
|
|
- `args` lists extra arguments to pass to the resource compiler
|
2017-08-21 05:22:33 +08:00
|
|
|
- `include_directories` which does the same thing as it does on target
|
|
|
|
declarations: specifies header search directories
|