Changeset 1288 in Sophya for trunk/SophyaLib/SysTools


Ignore:
Timestamp:
Nov 2, 2000, 7:46:07 PM (25 years ago)
Author:
ansari
Message:

options += _blanc_ + options, cmv 2/11/00

File:
1 edited

Legend:

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

    r1277 r1288  
    2323
    2424  inline void           AddCompileOptions(string const & opt)
    25   { compOptions += opt; }
     25  { compOptions += " " + opt; }
    2626  inline void           SetCompileOptions(string const & opt = "")
    2727  { compOptions = opt; }
     
    3030
    3131  inline void           AddLinkOptions(string const & opt)
    32   { linkOptions += opt; }
     32  { linkOptions += " " + opt; }
    3333  inline void           SetLinkOptions(string const & opt = "")
    3434  { linkOptions = opt; }
Note: See TracChangeset for help on using the changeset viewer.