diff options
author | Greg Noel <GregNoel@tigris.org> | 2008-11-19 23:51:58 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2008-11-19 23:51:58 (GMT) |
commit | 95adf450cf9059de359f4d32ac12104ba133883d (patch) | |
tree | 4e815bce09d0cfff7bb779f1e0d8b9d985800d31 /src/engine/SCons/Tool/__init__.xml | |
parent | 86fe58746399d88d9965c954d3091794733a34c6 (diff) | |
download | SCons-95adf450cf9059de359f4d32ac12104ba133883d.zip SCons-95adf450cf9059de359f4d32ac12104ba133883d.tar.gz SCons-95adf450cf9059de359f4d32ac12104ba133883d.tar.bz2 |
Add reference to LoadableModule in SharedLibrary description
Diffstat (limited to 'src/engine/SCons/Tool/__init__.xml')
-rw-r--r-- | src/engine/SCons/Tool/__init__.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml index 8e69f07..64c6bee 100644 --- a/src/engine/SCons/Tool/__init__.xml +++ b/src/engine/SCons/Tool/__init__.xml @@ -141,6 +141,11 @@ builder method). &scons; will raise an error if there is any mismatch. +On some platforms, there is a distinction between a shared library +(loaded automatically by the system to resolve external references) +and a loadable module (explicitly loaded by user action). +For maximum portability, use the &b-LoadableModule; builder for the latter. + On Windows systems, specifying <literal>register=1</literal> will cause the <filename>.dll</filename> to be |