From 0bbcb49f65eb92daafc5ad87162f1ecedc3438dc Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Jun 2006 16:17:11 -0400 Subject: 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. --- Source/cmGlobalNMakeMakefileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx') 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 -- cgit v1.2.1