Changeset 2598 in Sophya for trunk/SophyaLib/SysTools/cxxcmplnk.cc
- Timestamp:
- Aug 11, 2004, 3:10:25 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r2496 r2598 10 10 This classes handles the compilation of a C++ source code and 11 11 building of a shared library. 12 The present version has been adapted for different compilers: 13 g++ , Compaq/Digital cxx , SGI CC , KCC . 12 The present version has been adapted for different compilers and 13 systems: 14 - Linux-g++ 15 - Linux-KCC 16 - MacOS X/Darwin (Apple OS X 10.2 and 10.3) 17 - OSF-cxx : (HP/Compaq/Digital OSF-Tru64 and cxx c++ compiler) 18 - SGI-CC : Silicon Graphics system and C++ compiler 19 14 20 \sa SOPHYA::PDynLinkMgr 21 15 22 \code 16 23 #include "cxxcmplnk.h"
Note:
See TracChangeset
for help on using the changeset viewer.