mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 00:23:01 +00:00
Merge changes from trunk to release
[SVN r52112]
This commit is contained in:
parent
72bf3dcfa2
commit
897c52199c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue