mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-20474 Shared library ProjectConfiguration Props file ignores command line preprocessor defines with MSBUILD.
This commit is contained in:
parent
67d218f247
commit
3166381f88
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
<ClCompile>
|
||||
<!-- ICU does not use exceptions in library code. -->
|
||||
<PreprocessorDefinitions>
|
||||
$(DefineConstants);
|
||||
_HAS_EXCEPTIONS=0;
|
||||
%(PreprocessorDefinitions)
|
||||
</PreprocessorDefinitions>
|
||||
|
|
Loading…
Add table
Reference in a new issue