Browse Source

Use the MANIFEST flag for non incremental linking as well.

Bill Hoffman 16 years ago
parent
commit
327c561424
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmake.cxx

+ 1 - 0
Source/cmake.cxx

@@ -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;