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

Hack around our inability to detect wchar_t support for intel6

[SVN r18639]
This commit is contained in:
Dave Abrahams
2003-06-01 15:07:20 +00:00
parent d13e4eeb8e
commit a4ad468bde
2 changed files with 14 additions and 0 deletions

View File

@@ -52,6 +52,13 @@ else
# Add support for wchar_t and correct for loop scoping
/Zc:wchar_t,forScope
;
if $(version) = 6
{
# clue in our config, since we don't seem to be detecting
# native wchar_t automatically in this case.
C++FLAGS += -D_NATIVE_WCHAR_T_DEFINED ;
}
}
# Add options recognized only by intel7

View File

@@ -52,6 +52,13 @@ else
# Add support for wchar_t and correct for loop scoping
/Zc:wchar_t,forScope
;
if $(version) = 6
{
# clue in our config, since we don't seem to be detecting
# native wchar_t automatically in this case.
C++FLAGS += -D_NATIVE_WCHAR_T_DEFINED ;
}
}
# Add options recognized only by intel7