Changeset 1900 in Sophya for trunk/SophyaLib/SysTools/cxxcmplnk.h
- Timestamp:
- Feb 15, 2002, 6:35:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cxxcmplnk.h
r1288 r1900 16 16 class CxxCompilerLinker { 17 17 public: 18 CxxCompilerLinker(); 18 CxxCompilerLinker(bool fglibsophya=true, bool fglibextsophya=true, 19 bool fglibpi=false); 19 20 virtual ~CxxCompilerLinker(); 20 21 … … 47 48 string tmpDir; 48 49 string compCmd; 50 string linkCmd; 49 51 string compOptions; 50 52 string linkOptions;
Note:
See TracChangeset
for help on using the changeset viewer.