2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/v1/vc7-tools.jam
Dave Abrahams e6e9ffcac7 no comment
[SVN r13231]
2002-03-20 07:16:06 +00:00

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 ;