~ubuntu-branches/ubuntu/precise/cmake/precise-updates

« back to all changes in this revision

Viewing changes to Source/cmMakefileLibraryTargetGenerator.cxx

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 23:04:07 UTC
  • mfrom: (1.13.6)
  • Revision ID: package-import@ubuntu.com-20120117230407-14cdb6g0mxmh29bl
Tags: 2.8.7-0ubuntu1
* New upstream release
  - Add increase_ctest_test_timeout.diff to increase timeout period
    of a test

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
    libCleanFiles.push_back(this->Convert(targetFullPathImport.c_str(),
513
513
        cmLocalGenerator::START_OUTPUT,
514
514
        cmLocalGenerator::UNCHANGED));
 
515
    std::string implib;
 
516
    if(this->Target->GetImplibGNUtoMS(targetFullPathImport, implib))
 
517
      {
 
518
      libCleanFiles.push_back(this->Convert(implib.c_str(),
 
519
                                            cmLocalGenerator::START_OUTPUT,
 
520
                                            cmLocalGenerator::UNCHANGED));
 
521
      }
515
522
    }
516
523
 
517
524
  // List the PDB for cleaning only when the whole target is
772
779
  else
773
780
    {
774
781
    // Get the set of commands.
775
 
    std::string linkRule = this->Makefile->GetRequiredDefinition(linkRuleVar);
 
782
    std::string linkRule = this->GetLinkRule(linkRuleVar);
776
783
    cmSystemTools::ExpandListArgument(linkRule, real_link_commands);
777
784
 
778
785
    // Expand placeholders.