diff options
author | Nicolas Schneider <nioncode+git@gmail.com> | 2016-03-29 01:02:15 +0200 |
---|---|---|
committer | Nicolas Schneider <nioncode+git@gmail.com> | 2016-03-29 11:50:50 +0200 |
commit | 30e2a5feae6a4b8fd9106e6376e07e168d0af52e (patch) | |
tree | d8442764eb13357ec950ac51c13bf5ef62be9abe /mesonbuild/backend/backends.py | |
parent | 37d74736156e3146df5945f259fc71e959ca5dd2 (diff) | |
download | meson-30e2a5feae6a4b8fd9106e6376e07e168d0af52e.zip meson-30e2a5feae6a4b8fd9106e6376e07e168d0af52e.tar.gz meson-30e2a5feae6a4b8fd9106e6376e07e168d0af52e.tar.bz2 |
vs2010: fix include directories
Everything in the VS project file is relative to the project file itself.
The project file gets put in the target.subdir, so to include files from
there we just need to use '.'. To include from the private dir, we
need to use the relative path from the target dir to the target private
dir.
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions