summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-01 19:08:51 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-01 19:08:51 (GMT)
commit327c561424d21835aa44e501176e1367ed7512df (patch)
tree8752edab2d468e64b7f8b2619aad8fe08705f65d /Source/cmake.cxx
parente9a170b1086ca61a71993da9dcfb0c09f7b8cfdc (diff)
downloadCMake-327c561424d21835aa44e501176e1367ed7512df.zip
CMake-327c561424d21835aa44e501176e1367ed7512df.tar.gz
CMake-327c561424d21835aa44e501176e1367ed7512df.tar.bz2
Use the MANIFEST flag for non incremental linking as well.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx1
1 files changed, 1 insertions, 0 deletions
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<std::string>& args,
return -1;
}
// Run the link command as given
+ linkCommand.push_back("/MANIFEST");
if(!cmake::RunCommand("LINK", linkCommand, verbose))
{
return -1;