ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

ninja windows: /MANIFESTUAC #319

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the configuration files pass /MANIFESTUAC to the linker, the ninja generator 
should suppress its default passing of this option.

ref: https://code.google.com/p/chromium/issues/detail?id=173052

ninja currently always passes '/MANIFESTUAC:"level='asInvoker' 
uiAccess='false'"' to the linker.

Original issue reported on code.google.com by scottmg@chromium.org on 1 Feb 2013 at 7:26