summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-24 14:20:34 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-24 14:20:34 (GMT)
commit77194207ce96c09ec2fdf5a334f6ed9d3a8ebef9 (patch)
treee6b3fb1073744adb94cdd050fc490e13c0866e4a /Source/cmLocalVisualStudio6Generator.cxx
parentf8c4e130a08ef63a3717dc84a03c566fd2a042b6 (diff)
downloadCMake-77194207ce96c09ec2fdf5a334f6ed9d3a8ebef9.zip
CMake-77194207ce96c09ec2fdf5a334f6ed9d3a8ebef9.tar.gz
CMake-77194207ce96c09ec2fdf5a334f6ed9d3a8ebef9.tar.bz2
BUG: Need proper newline argument to ConstructScript call.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 8363f58..b20fbc9 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -372,7 +372,8 @@ void cmLocalVisualStudio6Generator::WriteDSPFile(std::ostream& fout,
}
if (command)
{
- std::string script = this->ConstructScript(command->GetCommandLines());
+ std::string script =
+ this->ConstructScript(command->GetCommandLines(), "\\\n\t");
const char* comment = command->GetComment();
const char* flags = compileFlags.size() ? compileFlags.c_str(): 0;
this->WriteCustomRule(fout, source.c_str(), script.c_str(),