mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Changed Windows build command to build Release
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user