DescriptionAdd support for MIDL include directories
This adds support for 'midl_include_dirs', which is handled like 'include_dirs'
and 'resource_include_dirs', except this is for the MIDL tool.
One notable difference is that, unlike 'resource_include_dirs', the
'midl_include_dirs' property doesn't default to 'include_dirs'. This is to
prevent any change in behavior for any existing gyp files that don't set
'midl_include_dirs'. Also, MIDL include directories are quite a different
concept to C/C++ include directories.
BUG=
R=scottmg@chromium.org
Committed: https://code.google.com/p/gyp/source/detail?r=1986
Patch Set 1 #
Total comments: 8
Patch Set 2 : Add msvs_system_include_dirs #Patch Set 3 : Rebase #
Total comments: 1
Patch Set 4 : Add msvs_system_include_dirs for msvs_emulation #
Messages
Total messages: 8 (1 generated)
|