From 77194207ce96c09ec2fdf5a334f6ed9d3a8ebef9 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 24 Feb 2005 09:20:34 -0500
Subject: BUG: Need proper newline argument to ConstructScript call.

---
 Source/cmLocalVisualStudio6Generator.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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(), 
-- 
cgit v0.12