Files
meson/docs/markdown/Windows-module.md
Thibault Saunier b371875e02 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.
2017-04-26 17:56:33 +03:00

543 B

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