~ubuntu-branches/ubuntu/utopic/cmake/utopic

« back to all changes in this revision

Viewing changes to Source/cmBuildCommand.cxx

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-10-10 12:54:39 UTC
  • mfrom: (1.14.7)
  • Revision ID: package-import@ubuntu.com-20131010125439-h0ahaj004on6oj92
Tags: 2.8.12-0ubuntu1
New upstream release LP: #1246701

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
  //
123
123
  std::string makecommand = this->Makefile->GetLocalGenerator()
124
124
    ->GetGlobalGenerator()->GenerateBuildCommand
125
 
    (makeprogram, project_name, 0, target, configuration, true, false);
 
125
    (makeprogram, project_name, 0, 0, target, configuration, true, false);
126
126
 
127
127
  this->Makefile->AddDefinition(variable, makecommand.c_str());
128
128
 
153
153
 
154
154
  std::string makecommand = this->Makefile->GetLocalGenerator()
155
155
    ->GetGlobalGenerator()->GenerateBuildCommand
156
 
    (makeprogram.c_str(), this->Makefile->GetProjectName(), 0,
 
156
    (makeprogram.c_str(), this->Makefile->GetProjectName(), 0, 0,
157
157
     0, configType.c_str(), true, false);
158
158
 
159
159
  if(cacheValue)