c8e4c81d4e
In an effort to reduce the number of warnings that building ICU emits, we should set the following define for ICU4C library code when building using MSVC/VisualStudio: _HAS_EXCEPTIONS=0 This tells the MSVC implementation of the STL that exceptions should not be used - which is fine for ICU4C library code, as the library code does not make use of exceptions at all. |
||
---|---|---|
.. | ||
allinone.sln | ||
Build.Windows.Library.ProjectConfiguration.props | ||
Build.Windows.ProjectConfiguration.props | ||
Build.Windows.UWP.ProjectConfiguration.props | ||
icucheck.bat | ||
Windows.CopyUnicodeHeaderFiles.targets |