From ef0f91ab94768a324e6eb4c8cfbda698deeae103 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 4 Sep 2002 16:07:35 +0000 Subject: [PATCH] Modernized for Beman [SVN r15156] --- v1/vc7-tools.jam | 3 +++ vc7-tools.jam | 3 +++ 2 files changed, 6 insertions(+) diff --git a/v1/vc7-tools.jam b/v1/vc7-tools.jam index dae78ef69..d307793a5 100644 --- a/v1/vc7-tools.jam +++ b/v1/vc7-tools.jam @@ -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. #//Micro-
soft
VC++
diff --git a/vc7-tools.jam b/vc7-tools.jam index dae78ef69..d307793a5 100644 --- a/vc7-tools.jam +++ b/vc7-tools.jam @@ -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. #//Micro-
soft
VC++