Clarify how Windows resource compiler uses the include path

This commit is contained in:
Jon Turney 2018-05-15 12:21:25 +01:00 committed by Nirbheek Chauhan
parent b7df392e9f
commit 7a48f6dfcd
1 changed files with 3 additions and 2 deletions

View File

@ -16,5 +16,6 @@ has the following keyword argument.
- `depend_files` lists resource files that the resource script depends on
(e.g. bitmap, cursor, font, html, icon, message table, binary data or manifest
files referenced by the resource script) (*since 0.47.0*)
- `include_directories` which does the same thing as it does on target
declarations: specifies header search directories
- `include_directories` lists directories to be both searched by the resource
compiler for referenced resource files, and added to the preprocessor include
search path.