mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 13:31:28 +01:00
Allow bootstrapping with "borland" (Embarcadero)
Pass down user's toolset override to the `b2`-building script. This was
(most likely erroneously) removed in 26232c8d4 along with the output
redirection.
If user provided toolset of "borland" for bootstrapping, prepare
`project-config.jam` for the modern `embarcadero` toolset.
This commit is contained in:
committed by
Glen Fernandes
parent
7a34bb1b5a
commit
e2ae78645e
@@ -12,7 +12,7 @@ ECHO Building Boost.Build engine
|
|||||||
if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe
|
if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe
|
||||||
pushd tools\build\src\engine
|
pushd tools\build\src\engine
|
||||||
|
|
||||||
call .\build.bat
|
call .\build.bat %*
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
|
|
||||||
popd
|
popd
|
||||||
@@ -34,7 +34,7 @@ SET TOOLSET=msvc
|
|||||||
|
|
||||||
IF "%1"=="gcc" SET TOOLSET=gcc
|
IF "%1"=="gcc" SET TOOLSET=gcc
|
||||||
IF "%1"=="clang" SET TOOLSET=clang
|
IF "%1"=="clang" SET TOOLSET=clang
|
||||||
|
IF "%1"=="borland" SET TOOLSET=embarcadero
|
||||||
IF "%1"=="vc71" SET TOOLSET=msvc : 7.1
|
IF "%1"=="vc71" SET TOOLSET=msvc : 7.1
|
||||||
IF "%1"=="vc8" SET TOOLSET=msvc : 8.0
|
IF "%1"=="vc8" SET TOOLSET=msvc : 8.0
|
||||||
IF "%1"=="vc9" SET TOOLSET=msvc : 9.0
|
IF "%1"=="vc9" SET TOOLSET=msvc : 9.0
|
||||||
|
|||||||
Reference in New Issue
Block a user