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

Modernized for Beman

[SVN r15156]
This commit is contained in:
Dave Abrahams
2002-09-04 16:07:35 +00:00
parent cc74dc201e
commit ef0f91ab94
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ if ! $(MSVCDir)
}
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>

View File

@@ -11,6 +11,9 @@ if ! $(MSVCDir)
}
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>