We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6662d8f + b86eb92 commit 983d1c5Copy full SHA for 983d1c5
bootstrap.bat
@@ -12,7 +12,7 @@ ECHO Building Boost.Build engine
12
if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe
13
pushd tools\build\src\engine
14
15
-call .\build.bat
+call .\build.bat %*
16
@ECHO OFF
17
18
popd
@@ -34,7 +34,7 @@ SET TOOLSET=msvc
34
35
IF "%1"=="gcc" SET TOOLSET=gcc
36
IF "%1"=="clang" SET TOOLSET=clang
37
-
+IF "%1"=="borland" SET TOOLSET=embarcadero
38
IF "%1"=="vc71" SET TOOLSET=msvc : 7.1
39
IF "%1"=="vc8" SET TOOLSET=msvc : 8.0
40
IF "%1"=="vc9" SET TOOLSET=msvc : 9.0
0 commit comments