2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Corrected the comment in src/build.bat to list all the currently supported toolsets when building Boost Jam.

[SVN r46103]
This commit is contained in:
Jurko Gospodnetić
2008-06-03 23:16:33 +00:00
parent 5349c90e4a
commit 26923f6d45

View File

@@ -20,7 +20,8 @@ ECHO ###
ECHO ### You can specify the toolset as the argument, i.e.:
ECHO ### .\build.bat msvc
ECHO ###
ECHO ### Toolsets supported by this script are: borland, como, gcc, gcc-nocygwin, intel-win32, metrowerks, mingw, msvc, vc7, vc8
ECHO ### Toolsets supported by this script are: borland, como, gcc, gcc-nocygwin,
ECHO ### intel-win32, metrowerks, mingw, msvc, vc7, vc8, vc9
ECHO ###
set _error_=
endlocal