Use the MANIFEST flag for non incremental linking as well.

This commit is contained in:
Bill Hoffman 2009-09-01 15:08:51 -04:00
parent e9a170b108
commit 327c561424
1 changed files with 1 additions and 0 deletions

View File

@ -4264,6 +4264,7 @@ int cmake::VisualStudioLinkNonIncremental(std::vector<std::string>& args,
return -1;
}
// Run the link command as given
linkCommand.push_back("/MANIFEST");
if(!cmake::RunCommand("LINK", linkCommand, verbose))
{
return -1;