BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.

This commit is contained in:
Brad King
2006-06-01 15:51:24 -04:00
parent bfb0ec58e8
commit 87d4d0e039
14 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
std::string makecommand = this->Makefile->GetLocalGenerator()
->GetGlobalGenerator()->GenerateBuildCommand
(makeprogram.c_str(), this->Makefile->GetProjectName(), 0,
0, "Release", true);
0, "Release", true, false);
if(cacheValue)
{