You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Generate ninja build file from following gyp file
2. ninja -C out/Default hello
What is the expected output? What do you see instead?
Actual: hello.exe.manifest is generated.
Expected: hello.exe does not have any manifest file.
msvs generator does not have this issue.
Please use labels and text to provide additional information.
{
'targets': [
{
'target_name': 'hello',
'type': 'executable',
'sources': ['hello.cc'],
'msvs_settings': {
'VCLinkerTool': {
'EnableUAC': 'true',
'GenerateManifest': 'false',
},
},
},
],
}
Original issue reported on code.google.com by yukawa@chromium.org on 2 Dec 2013 at 4:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
yukawa@chromium.org
on 2 Dec 2013 at 4:39The text was updated successfully, but these errors were encountered: