From 327c561424d21835aa44e501176e1367ed7512df Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 1 Sep 2009 15:08:51 -0400 Subject: Use the MANIFEST flag for non incremental linking as well. --- Source/cmake.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 772b8a3..f59b0b0 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -4264,6 +4264,7 @@ int cmake::VisualStudioLinkNonIncremental(std::vector& args, return -1; } // Run the link command as given + linkCommand.push_back("/MANIFEST"); if(!cmake::RunCommand("LINK", linkCommand, verbose)) { return -1; -- cgit v0.12