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/cmGlobalMinGWMakefileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmGlobalMinGWMakefileGenerator.cxx') diff --git a/Source/cmGlobalMinGWMakefileGenerator.cxx b/Source/cmGlobalMinGWMakefileGenerator.cxx index 7e9ad82a93..f66134c595 100644 --- a/Source/cmGlobalMinGWMakefileGenerator.cxx +++ b/Source/cmGlobalMinGWMakefileGenerator.cxx @@ -23,6 +23,7 @@ cmGlobalMinGWMakefileGenerator::cmGlobalMinGWMakefileGenerator() this->FindMakeProgramFile = "CMakeMinGWFindMake.cmake"; this->ForceUnixPaths = true; this->ToolSupportsColor = true; + this->UseLinkScript = true; } void cmGlobalMinGWMakefileGenerator -- cgit v1.2.1