summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.xml
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-12-21 04:57:33 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2012-12-21 04:57:33 (GMT)
commitb646c1c4a6d4825a03798ac610c3cb6d37bdbe02 (patch)
tree797aa1273503715a04ed365858a9228775beea4b /src/engine/SCons/Tool/__init__.xml
parentb91167a75ea49620ea587482df0efd30d9a9cf16 (diff)
downloadSCons-b646c1c4a6d4825a03798ac610c3cb6d37bdbe02.zip
SCons-b646c1c4a6d4825a03798ac610c3cb6d37bdbe02.tar.gz
SCons-b646c1c4a6d4825a03798ac610c3cb6d37bdbe02.tar.bz2
Fixed up docs for InstallVersionedLib and SHLIBVERSION.
Diffstat (limited to 'src/engine/SCons/Tool/__init__.xml')
-rw-r--r--src/engine/SCons/Tool/__init__.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml
index d491fa5..532c850 100644
--- a/src/engine/SCons/Tool/__init__.xml
+++ b/src/engine/SCons/Tool/__init__.xml
@@ -148,15 +148,15 @@ 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,
-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
+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
alpha, beta, or release candidate patch levels.
-This builder may create multiple links to the library. On a POSIX system,
-for the shared library libbar.so.2.3.1, the links created would be
-libbar.so, libbar.so.2, and libbar.so.2.3; on a Darwin (OSX) system
-the library would be libbar.2.3.1.dylib and the link would be
+This builder may create multiple links to the library. On a POSIX system,
+for the shared library libbar.so.2.3.1, the links created would be
+libbar.so, libbar.so.2, and libbar.so.2.3; on a Darwin (OSX) system
+the library would be libbar.2.3.1.dylib and the link would be
libbar.dylib.
On Windows systems, specifying
@@ -396,3 +396,14 @@ TODO
TODO
</summary>
</cvar>
+
+<cvar name="SHLIBVERSION">
+<summary>
+When this construction variable is defined, a versioned 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 alpha, beta, or release candidate patch levels.
+</summary>
+</cvar>