mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Missed a couple instances
This commit is contained in:
@@ -486,12 +486,12 @@ set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
|
||||
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
|
||||
set "_known_=1"
|
||||
:Skip_VC14
|
||||
if NOT "_%BOOST_JAM_TOOLSET%_" == "_vc141_" goto Skip_VC1410
|
||||
if NOT "_%BOOST_JAM_TOOLSET%_" == "_vc141_" goto Skip_VC141
|
||||
if NOT "_%VS150COMNTOOLS%_" == "__" (
|
||||
set "BOOST_JAM_TOOLSET_ROOT=%VS150COMNTOOLS%..\..\VC\"
|
||||
)
|
||||
|
||||
REM vc1410 vsvarsall requires the architecture as a parameter.
|
||||
REM vc141 vsvarsall requires the architecture as a parameter.
|
||||
set BOOST_JAM_ARCH=x86
|
||||
if NOT "_%PROCESSOR_ARCHITECTURE%_" == "__" set BOOST_JAM_ARCH=%PROCESSOR_ARCHITECTURE%
|
||||
if NOT "_%Platform%_" == "__" set BOOST_JAM_ARCH=%Platform%
|
||||
@@ -507,7 +507,7 @@ set "BOOST_JAM_OPT_JAM=/Febootstrap\jam0"
|
||||
set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
|
||||
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
|
||||
set "_known_=1"
|
||||
:Skip_VC1410
|
||||
:Skip_VC141
|
||||
if NOT "_%BOOST_JAM_TOOLSET%_" == "_borland_" goto Skip_BORLAND
|
||||
if "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
|
||||
call :Test_Path bcc32.exe )
|
||||
|
||||
@@ -402,7 +402,7 @@ toolset vc14 cl : /Fe /Fe /Fd /Fo : -D
|
||||
-I$(--python-include) -I$(--extra-include)
|
||||
: kernel32.lib advapi32.lib user32.lib $(--python-lib[1]) ;
|
||||
## Microsoft Visual C++ 2017
|
||||
toolset vc1410 cl : /Fe /Fe /Fd /Fo : -D
|
||||
toolset vc141 cl : /Fe /Fe /Fd /Fo : -D
|
||||
: /nologo
|
||||
[ opt --release : /GL /MT /O2 /Ob2 /Gy /GF /GA /wd4996 ]
|
||||
[ opt --debug : /MTd /DEBUG /Z7 /Od /Ob0 /wd4996 ]
|
||||
|
||||
Reference in New Issue
Block a user