From 26923f6d458fa8adc058a99fe5d41dbed89bd0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 3 Jun 2008 23:16:33 +0000 Subject: [PATCH] Corrected the comment in src/build.bat to list all the currently supported toolsets when building Boost Jam. [SVN r46103] --- src/engine/build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/build.bat b/src/engine/build.bat index 8335a0f01..62857d545 100644 --- a/src/engine/build.bat +++ b/src/engine/build.bat @@ -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