summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CMakeSetup.dsw3
-rw-r--r--Source/cmDSPMakefile.cxx2
-rw-r--r--Source/cmDSPWriter.cxx2
3 files changed, 5 insertions, 2 deletions
diff --git a/Source/CMakeSetup.dsw b/Source/CMakeSetup.dsw
index a026cdb..e04ca61 100644
--- a/Source/CMakeSetup.dsw
+++ b/Source/CMakeSetup.dsw
@@ -14,6 +14,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name pcbuilderCMD
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name CMakeSetupCMD
+ End Project Dependency
}}}
###############################################################################
diff --git a/Source/cmDSPMakefile.cxx b/Source/cmDSPMakefile.cxx
index ab17add..f140f5e 100644
--- a/Source/cmDSPMakefile.cxx
+++ b/Source/cmDSPMakefile.cxx
@@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
makefileIn += "/";
makefileIn += "CMakeLists.txt";
std::string dsprule = GetHomeDirectory();
- dsprule += "/CMake/pcbuilderCMD ";
+ dsprule += "/CMake/Source/CMakeSetupCMD ";
dsprule += makefileIn;
dsprule += " -DSP -H";
dsprule += this->GetHomeDirectory();
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx
index ab17add..f140f5e 100644
--- a/Source/cmDSPWriter.cxx
+++ b/Source/cmDSPWriter.cxx
@@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
makefileIn += "/";
makefileIn += "CMakeLists.txt";
std::string dsprule = GetHomeDirectory();
- dsprule += "/CMake/pcbuilderCMD ";
+ dsprule += "/CMake/Source/CMakeSetupCMD ";
dsprule += makefileIn;
dsprule += " -DSP -H";
dsprule += this->GetHomeDirectory();