Skip to content

Commit 983d1c5

Browse files
authored
Merge pull request #494 from tanzislam/allow-bootstrapping-with-embarcadero
Allow bootstrapping with "borland" (Embarcadero)
2 parents 6662d8f + b86eb92 commit 983d1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ECHO Building Boost.Build engine
1212
if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe
1313
pushd tools\build\src\engine
1414

15-
call .\build.bat
15+
call .\build.bat %*
1616
@ECHO OFF
1717

1818
popd
@@ -34,7 +34,7 @@ SET TOOLSET=msvc
3434

3535
IF "%1"=="gcc" SET TOOLSET=gcc
3636
IF "%1"=="clang" SET TOOLSET=clang
37-
37+
IF "%1"=="borland" SET TOOLSET=embarcadero
3838
IF "%1"=="vc71" SET TOOLSET=msvc : 7.1
3939
IF "%1"=="vc8" SET TOOLSET=msvc : 8.0
4040
IF "%1"=="vc9" SET TOOLSET=msvc : 9.0

0 commit comments

Comments
 (0)