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 += " ";
|
makecommand += " ";
|
||||||
makecommand += m_Makefile->GetProjectName();
|
makecommand += m_Makefile->GetProjectName();
|
||||||
makecommand += ".dsw /MAKE \"ALL_BUILD - Debug\" /REBUILD";
|
makecommand += ".dsw /MAKE \"ALL_BUILD - Release\" /REBUILD";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user