Ignore:
Timestamp:
Mar 8, 2011, 1:56:48 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_language.h

    r486 r561  
    1515public:
    1616  typedef cmt_vector<Language> LanguageVector;
    17   static void action (const CmtSystem::cmt_string_vector& words);
     17  static void action (const CmtSystem::cmt_string_vector& words,
     18                      Use* use);
    1819  static Language& find (const cmt_string& name);
    1920  static Language& find_with_suffix (const cmt_string& suffix);
     
    3132  ~Language ();
    3233  void clear ();
    33   void show ();
     34  void show (PrintMode mode = Csh, ostream& out = cout); // Csh is default for ArgParser::mode
     35  //  void show ();
    3436  void setup_fragments ();
    3537  bool operator == (const cmt_string& name) const;
     
    3840  bool native_dependencies ();
    3941  const cmt_string& dependencies_options () const;
     42  const cmt_string& dependencies_options_expanded ();
    4043
    4144  cmt_string m_name;
     
    4750  CmtSystem::cmt_string_vector suffixes;
    4851  CmtSystem::cmt_string_vector extra_output_suffixes;
     52  UseRef m_use;
    4953
    5054  FragmentHandle application;
     
    5660  bool m_native_dependencies;
    5761  cmt_string m_dependencies_options;
     62  cmt_string m_dependencies_options_expanded;
    5863  bool m_native_dependencies_set;
    5964};
Note: See TracChangeset for help on using the changeset viewer.