diff options
author | Robert Managan <managan1@llnl.gov> | 2012-11-09 22:00:15 (GMT) |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2012-11-09 22:00:15 (GMT) |
commit | 57eacf5ab172af6072d334728029416c23eb53b4 (patch) | |
tree | 5a6bb65ad89e0c8274c1b3f29504159fd1637420 /src/engine/SCons | |
parent | 3ae58880afed04e7f78eba782de51ece79f06812 (diff) | |
download | SCons-57eacf5ab172af6072d334728029416c23eb53b4.zip SCons-57eacf5ab172af6072d334728029416c23eb53b4.tar.gz SCons-57eacf5ab172af6072d334728029416c23eb53b4.tar.bz2 |
Fix typo, change period to comma
Diffstat (limited to 'src/engine/SCons')
-rw-r--r-- | src/engine/SCons/Tool/__init__.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml index 38a4ba6..d491fa5 100644 --- a/src/engine/SCons/Tool/__init__.xml +++ b/src/engine/SCons/Tool/__init__.xml @@ -147,7 +147,7 @@ and a loadable module (explicitly loaded by user action). For maximum portability, use the &b-LoadableModule; builder for the latter. When the &cv-link-SHLIBVERSION; construction variable is defined a versioned -shared library is created. This modifies the &cv-link-SHLINKFLAGS; as required. +shared library is created. This modifies the &cv-link-SHLINKFLAGS; as required, adds the version number to the library name, and creates the symlinks that are needed. &cv-link-SHLIBVERSION; needs to be of the form X.Y.Z, where X and Y are numbers, and Z is a number but can also contain letters to designate |