mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
extends-toolset msvc ;
|
|
|
|
if ! $(MSVCDir)
|
|
{
|
|
VC7_ROOT ?= "C:\\Program Files\\Microsoft Visual Studio .NET\\VC7" ;
|
|
VC_TOOL_PATH = "$(VC7_ROOT)"\\bin\\ ;
|
|
VC_SETUP = "CALL \"$(VC_TOOL_PATH)VCVARS32.BAT\" >nul" ;
|
|
}
|
|
VC_PDB_NAME = vc70 ;
|