2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Add "call" to msvc setup invocation, for Win95 which won't run batch files through CMD

[SVN r11909]
This commit is contained in:
Dave Abrahams
2001-12-04 18:15:51 +00:00
parent 695c5e7270
commit 9fe4e0637d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ if ! $(MSVCDir)
MSVC_ROOT ?= $(VISUALC) ;
MSVC_ROOT ?= "C:\\Program Files\\Microsoft Visual C++\\VC98" ;
MSVC_TOOL_PATH ?= "$(MSVC_ROOT)"$(SLASH)bin$(SLASH) ;
MSVC_SETUP ?= \"$(MSVC_TOOL_PATH)VCVARS32.BAT\" ;
MSVC_SETUP ?= "CALL \"$(MSVC_TOOL_PATH)VCVARS32.BAT\"" ;
}
else
{

View File

@@ -14,7 +14,7 @@ if ! $(MSVCDir)
MSVC_ROOT ?= $(VISUALC) ;
MSVC_ROOT ?= "C:\\Program Files\\Microsoft Visual C++\\VC98" ;
MSVC_TOOL_PATH ?= "$(MSVC_ROOT)"$(SLASH)bin$(SLASH) ;
MSVC_SETUP ?= \"$(MSVC_TOOL_PATH)VCVARS32.BAT\" ;
MSVC_SETUP ?= "CALL \"$(MSVC_TOOL_PATH)VCVARS32.BAT\"" ;
}
else
{