Changed Windows build command to build Release

This commit is contained in:
Jim Miller 2001-05-23 20:16:35 -04:00
parent 8130d63235
commit 1c44097f13

View File

@ -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
{ {