Changeset 1900 in Sophya for trunk/SophyaLib/SysTools/cxxcmplnk.h


Ignore:
Timestamp:
Feb 15, 2002, 6:35:01 PM (24 years ago)
Author:
ansari
Message:

Portage sous Mac OS X - Reza 15/02/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/cxxcmplnk.h

    r1288 r1900  
    1616class CxxCompilerLinker {
    1717public:
    18                         CxxCompilerLinker(); 
     18  CxxCompilerLinker(bool fglibsophya=true, bool fglibextsophya=true,
     19                                          bool fglibpi=false); 
    1920  virtual               ~CxxCompilerLinker();
    2021
     
    4748  string  tmpDir;
    4849  string  compCmd;
     50  string  linkCmd;
    4951  string  compOptions;
    5052  string  linkOptions;
Note: See TracChangeset for help on using the changeset viewer.