summaryrefslogtreecommitdiff
path: root/Source/cmGlobalNMakeMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-06-15 16:17:11 -0400
committerBrad King <brad.king@kitware.com>2006-06-15 16:17:11 -0400
commit0bbcb49f65eb92daafc5ad87162f1ecedc3438dc (patch)
tree4889b6c00d1b1fb55a0e55c1ec17cb16edf0a4ab /Source/cmGlobalNMakeMakefileGenerator.cxx
parent6438bec4c9355960f47e4b853f27b548a55ec5e0 (diff)
downloadcmake-0bbcb49f65eb92daafc5ad87162f1ecedc3438dc.tar.gz
ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalNMakeMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx
index bfb09db26e..35a2a86bf1 100644
--- a/Source/cmGlobalNMakeMakefileGenerator.cxx
+++ b/Source/cmGlobalNMakeMakefileGenerator.cxx
@@ -23,6 +23,7 @@ cmGlobalNMakeMakefileGenerator::cmGlobalNMakeMakefileGenerator()
this->FindMakeProgramFile = "CMakeNMakeFindMake.cmake";
this->ForceUnixPaths = false;
this->ToolSupportsColor = true;
+ this->UseLinkScript = false;
}
void cmGlobalNMakeMakefileGenerator