modified how paths are escaped, added depends

This commit is contained in:
Ken Martin
2001-06-26 13:23:55 -04:00
parent 43ac1a3a86
commit c84f6448a6
5 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -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
{