diff options
Diffstat (limited to 'Source/cmBuildCommand.cxx')
-rw-r--r-- | Source/cmBuildCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx index 2f3d68f..1f06b95 100644 --- a/Source/cmBuildCommand.cxx +++ b/Source/cmBuildCommand.cxx @@ -66,7 +66,7 @@ bool cmBuildCommand::InitialPass(std::vector<std::string>& args) makecommand += "\""; makecommand += " "; makecommand += m_Makefile->GetProjectName(); - makecommand += ".dsw /MAKE \"ALL_BUILD - Release\" /REBUILD"; + makecommand += ".dsw /MAKE \"ALL_BUILD - Release\" "; } else { |