Commit f55d4d17 by Austin Kinross Committed by Jamie Madill

Remove hardcoded additional include/lib paths from WinRT projects

Change-Id: Ic78a7dc3a1b3027f4fffc352fa2fb097b6024970 Reviewed-on: https://chromium-review.googlesource.com/261185Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 8b695ee3
......@@ -24,11 +24,6 @@
4718, # Recursive call has no side effects. Fires on xtree too.
],
'msvs_system_include_dirs':
[
'<(windows_sdk_path)/Include/shared',
'<(windows_sdk_path)/Include/um',
],
'conditions':
[
['component=="shared_library"',
......@@ -39,6 +34,14 @@
4251, # STL objects do not have DLL interface, needed by ShaderVars.h
],
}],
['angle_build_winrt==0',
{
'msvs_system_include_dirs':
[
'<(windows_sdk_path)/Include/shared',
'<(windows_sdk_path)/Include/um',
],
}],
],
'msvs_settings':
{
......@@ -93,6 +96,10 @@
# Windows SDK library directories for the configurations
'configurations':
{
'conditions':
[
['angle_build_winrt==0',
{
'x86_Base':
{
'msvs_settings':
......@@ -133,30 +140,6 @@
},
},
},
'conditions':
[
['angle_build_winrt==1',
{
'arm_Base':
{
'msvs_settings':
{
'VCLinkerTool':
{
'AdditionalLibraryDirectories':
[
'<(windows_sdk_path)/Lib/winv6.3/um/arm',
],
},
'VCLibrarianTool':
{
'AdditionalLibraryDirectories':
[
'<(windows_sdk_path)/Lib/winv6.3/um/arm',
],
},
},
},
}],
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment