Changeset 609 for CMT


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

See C.L. 484

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r608 r609  
     12012-04-05    <rybkin@lal.in2p3.fr> 484
     2
     3        * source/cmt_constituent.cxx: In class Constituent function show, add
     4        printout on prototypes so that it can be passed properly to constituent
     5        input requirements file
     6       
    172012-04-05    <rybkin@lal.in2p3.fr> 483
    28
  • 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.