Merge changes from trunk to release

[SVN r52112]
This commit is contained in:
Robert Ramey 2009-04-01 16:23:54 +00:00
parent 72bf3dcfa2
commit 897c52199c
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
if not "%1" == "" goto bjam
echo Usage: %0 "<bjam arguments>"
echo where typical bjam arguements are:
echo --toolset=msvc-7.1,gcc
echo toolset=msvc-7.1,gcc
echo variant=debug,release,profile
echo link=static,shared
echo threading=single,multi

View file

@ -2,7 +2,7 @@ if test $# -eq 0
then
echo "Usage: $0 <bjam arguments>"
echo "Typical bjam arguements are:"
echo " --toolset=msvc-7.1,gcc"
echo " toolset=msvc-7.1,gcc"
echo " variant=debug,release,profile"
echo " link=static,shared"
echo " threading=single,multi"

View file

@ -2,7 +2,7 @@ if test $# -eq 0
then
echo "Usage: $0 <bjam arguments>"
echo "Typical bjam arguments are:"
echo " --toolset=msvc-7.1,gcc"
echo " toolset=msvc-7.1,gcc"
echo " variant=debug,release,profile"
echo " link=static,shared"
echo " threading=single,multi"