Changed Windows build command to build Release
This commit is contained in:
parent
8130d63235
commit
1c44097f13
|
@ -66,7 +66,7 @@ bool cmBuildCommand::Invoke(std::vector<std::string>& args)
|
|||
makecommand += "\"";
|
||||
makecommand += " ";
|
||||
makecommand += m_Makefile->GetProjectName();
|
||||
makecommand += ".dsw /MAKE \"ALL_BUILD - Debug\" /REBUILD";
|
||||
makecommand += ".dsw /MAKE \"ALL_BUILD - Release\" /REBUILD";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue