Ignore:
Timestamp:
Apr 5, 2012, 4:41:24 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 484

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_constituent.cxx

    r591 r609  
    661661    }
    662662 
     663  if (type == Application || type == Library)
     664    {
     665      if (need_prototypes)
     666        out << " -prototypes";
     667      else
     668        out << " -no_prototypes";
     669    }
     670 
    663671  if (has_target_tag)
    664672    {
Note: See TracChangeset for help on using the changeset viewer.