build/vc7-tools.jam
Dave Abrahams ef0f91ab94 Modernized for Beman
[SVN r15156]
2002-09-04 16:07:35 +00:00

22 lines
614 B
Plaintext

extends-toolset msvc ;
# singleton variables...
set-as-singleton VC7_ROOT ;
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 ;
flags vc7 CFLAGS : /Op ;
flags vc7 C++FLAGS : /Zc:wchar_t,forScope ;
# The following #// line will be used by the regression test table generation
# program as the column heading for HTML tables. Must not include version number.
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a>