mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8464 Attempt to fix windows broken build.
X-SVN-Rev: 34690
This commit is contained in:
parent
139d3a5134
commit
32fd3380c0
3 changed files with 12 additions and 4 deletions
|
@ -371,7 +371,9 @@
|
|||
<ClCompile Include="locresdata.cpp" />
|
||||
<ClCompile Include="locutil.cpp">
|
||||
</ClCompile>
|
||||
<ClCompile Include="lrucache.cpp" />
|
||||
<ClCompile Include="lrucache.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="resbund.cpp">
|
||||
</ClCompile>
|
||||
<ClCompile Include="resbund_cnv.cpp" />
|
||||
|
|
|
@ -324,7 +324,9 @@
|
|||
<ClCompile Include="plurrule.cpp" />
|
||||
<ClCompile Include="rbnf.cpp" />
|
||||
<ClCompile Include="rbtz.cpp" />
|
||||
<ClCompile Include="reldatefmt.cpp" />
|
||||
<ClCompile Include="reldatefmt.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="reldtfmt.cpp" />
|
||||
<ClCompile Include="selfmt.cpp" />
|
||||
<ClCompile Include="simpletz.cpp" />
|
||||
|
|
|
@ -305,7 +305,9 @@
|
|||
<ClCompile Include="itrbnfp.cpp" />
|
||||
<ClCompile Include="itrbnfrt.cpp" />
|
||||
<ClCompile Include="locnmtst.cpp" />
|
||||
<ClCompile Include="lrucachetest.cpp" />
|
||||
<ClCompile Include="lrucachetest.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="miscdtfm.cpp" />
|
||||
<ClCompile Include="msfmrgts.cpp" />
|
||||
<ClCompile Include="nmfmapts.cpp" />
|
||||
|
@ -315,7 +317,9 @@
|
|||
<ClCompile Include="plurfmts.cpp" />
|
||||
<ClCompile Include="plurults.cpp" />
|
||||
<ClCompile Include="pptest.cpp" />
|
||||
<ClCompile Include="reldatefmttest.cpp" />
|
||||
<ClCompile Include="reldatefmttest.cpp">
|
||||
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="sdtfmtts.cpp" />
|
||||
<ClCompile Include="selfmts.cpp" />
|
||||
<ClCompile Include="tchcfmt.cpp" />
|
||||
|
|
Loading…
Add table
Reference in a new issue