aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Windows-module.md
AgeCommit message (Collapse)AuthorFilesLines
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-4/+4
2018-09-10Improve windows resource compiler executable selectionJon Turney1-0/+7
Always honour any windres setting in cross-file (we can't be compiling with msvc, but this should apply when cross-compiling using gcc or clang) Always honour WINDRES environment variable Otherwise look for the resource compiler which is part of the same toolset as the C or C++ compiler. Add some commentary on why the conventions for compiled resource file extensions differ between RC and windres Also don't try to report non-existent path when we couldn't find the resource compiler.
2018-06-18Add a depends: keyword to windows.compile_resources()Jon Turney1-0/+2
Expose depends: from the custom_target this creates.
2018-06-01Clarify how Windows resource compiler uses the include pathJon Turney1-2/+3
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-1/+4
Expose depend_files: from the custom_target this creates. This is the change suggested in #2815, with tests and documentation added. Fixes #2789 (duplicate #2830)
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen1-3/+8
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+12
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.