summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-21 22:45:01 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-21 22:45:01 (GMT)
commit12551a33c394cd06a082f2df2ad550e38d762a98 (patch)
tree7d1358ac4841807d28ea9e2d7f18b65390df7acf /Source/cmDSPWriter.cxx
parent66135bee42c1743eab8f4f64d87585a9824d6d37 (diff)
downloadCMake-12551a33c394cd06a082f2df2ad550e38d762a98.zip
CMake-12551a33c394cd06a082f2df2ad550e38d762a98.tar.gz
CMake-12551a33c394cd06a082f2df2ad550e38d762a98.tar.bz2
NMake with spaces in directories
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r--Source/cmDSPWriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx
index 8da1c17..5e684fd 100644
--- a/Source/cmDSPWriter.cxx
+++ b/Source/cmDSPWriter.cxx
@@ -170,7 +170,7 @@ void cmDSPWriter::AddDSPBuildRule(cmSourceGroup& sourceGroup)
m_Makefile->ExpandVariablesInString(dsprule);
dsprule = cmSystemTools::HandleNetworkPaths(dsprule.c_str());
std::string args = makefileIn;
- args += " -DSP -H\"";
+ args += " -H\"";
args += cmSystemTools::HandleNetworkPaths(m_Makefile->GetHomeDirectory());
args += "\" -S\"";
args += cmSystemTools::HandleNetworkPaths(m_Makefile->GetStartDirectory());