From cd8e114024c2ff49168be22ec68216526e1b60f0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 22 Aug 2009 08:38:00 +0000 Subject: [PATCH] Minir doc tweaks [SVN r55714] --- doc/src/advanced.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml index 3350c273d..8d194742a 100644 --- a/doc/src/advanced.xml +++ b/doc/src/advanced.xml @@ -768,7 +768,8 @@ bjam toolset=gcc variant=debug optimization=space (Arbitrary string) - Additional macro definitions for C and C++ compilers. + Additional macro definitions for C and C++ compilers. The string should be either + SYMBOL or SYMBOL=VALUE @@ -1022,6 +1023,7 @@ exe c : c.cpp /boost/program_options//program_options ;
Requirements + requirements Requirements are the properties that should always be present when building a target. Typically, they are includes and defines: