mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
modified how paths are escaped, added depends
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user