diff options
author | Nicolas Schneider <nioncode+git@gmail.com> | 2017-03-19 23:28:05 +0100 |
---|---|---|
committer | Nicolas Schneider <nioncode+git@gmail.com> | 2017-03-20 14:33:44 +0100 |
commit | b434fcd12b59f10f7623d27eafa8ac48c7d051f3 (patch) | |
tree | 6a7b3b1def4e44b688814b49fbfab231ade30bff /mesonbuild/compilers.py | |
parent | 59984f501412cb2c8b8643a6b5ee4933c891d99e (diff) | |
download | meson-b434fcd12b59f10f7623d27eafa8ac48c7d051f3.zip meson-b434fcd12b59f10f7623d27eafa8ac48c7d051f3.tar.gz meson-b434fcd12b59f10f7623d27eafa8ac48c7d051f3.tar.bz2 |
vs: support Generator outputs as CustomTarget inputs
This changes how generated files are added to the VS project.
Previously, they were all added as a single CustomBuildStep with all
generator commands, inputs and outputs merged together.
Now, each input file is added separately to the project and is given a
CustomBuild command. This adds all generator input files to the files list
in the VS gui and allows to run only some of the generator commands if
only some of the input files have changed.
Diffstat (limited to 'mesonbuild/compilers.py')
0 files changed, 0 insertions, 0 deletions