Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5.

[SVN r29487]
This commit is contained in:
Rene Rivera
2005-06-09 00:52:17 +00:00
parent 90b647cdd7
commit a97324c1c4
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@ if ! $(gMFC_CHECK)
{
ECHO MFC/ATL regex wrappers will be tested when building with VC7 ;
REGEX_MFC_OPTS += "<vc7><*><define>TEST_MFC=1" ;
REGEX_MFC_OPTS += "<vc7-stlport><*><define>TEST_MFC=1" ;
REGEX_MFC_OPTS += "<vc-7_0><*><define>TEST_MFC=1" ;
REGEX_MFC_OPTS += "<vc-7_0-stlport><*><define>TEST_MFC=1" ;
}
}
if $(VS80COMNTOOLS)