diff --git a/v2/doc/src/tutorial.xml b/v2/doc/src/tutorial.xml index aa2d91813..41b4c988e 100644 --- a/v2/doc/src/tutorial.xml +++ b/v2/doc/src/tutorial.xml @@ -572,12 +572,11 @@ exe app : app.cpp core ;
#defines when a library is built as shared,
- or when a target's release variant is built in
- release mode.
+ among a target's build properties. For example, you might want to set
+ specific #define when a library is built as shared,
+ or when a target's release variant is built.
+ This can be achieved with <link>shared,
<define>NEWORK_LIB_SHARED will be in its
- properties, too.
+ properties, too. Also, whenever its release variant is built,
+ <define>EXTRA_FAST will appear in its properties.
<toolset>gcc
+ alternative 2, will be selected, and when building with
+ <toolset>msvc alternative 3 will be selected. In all other
+ cases, the most generic alternative 1 will be built.