Ignore:
Timestamp:
Dec 15, 2008, 11:17:27 AM (16 years ago)
Author:
rybkin
Message:

See C.L. 380

File:
1 edited

Legend:

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

    r484 r485  
    74837483    if (!Symbol::is_selected ("use_libraries"))
    74847484      {
    7485         /*
    74867485        buffer  = "macro use_libraries \"";
    74877486
     
    75007499       
    75017500        buffer += "\"";
    7502         */       
    7503         Use::fill_macro_all (buffer, "libraries");
     7501
    75047502        apply ();
    75057503      }
     
    75827580   *    <constituent>linkopts
    75837581   *    <constituent>_GUID
    7584    *    <constituent>_libraries
    75857582   *    <constituent>_stamps
    75867583   *
     
    79127909        buffer += "\"";
    79137910        apply ();
    7914        
    7915         buffer = "macro_append ";
    7916         buffer += constituent.name;
    7917         buffer += "_libraries ";
    7918         buffer += " \" ";
    7919         for (i = 0; i < imports.size (); i++)
    7920           {
    7921             Use* u = imports[i];
    7922            
    7923             u->fill_macro (buffer, "libraries");
    7924           }
    7925         buffer += "\"";
    7926         apply ();
    79277911
    79287912        buffer = "macro_append ";
Note: See TracChangeset for help on using the changeset viewer.