Changeset 2802 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Jun 9, 2005, 11:31:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r2796 r2802 113 113 compCmd = "icpc "; 114 114 compOptions = icc_opt; 115 linkOptions = icc_opt + " -shared";115 linkOptions = icc_opt + string(" -shared"); 116 116 syscomp += "icc/"; 117 117 #endif
Note:
See TracChangeset
for help on using the changeset viewer.