mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-11318 Fix build break for Windows.
X-SVN-Rev: 40934
This commit is contained in:
parent
cb99bc0c44
commit
7080b42539
1 changed files with 14 additions and 0 deletions
|
@ -348,6 +348,12 @@
|
|||
<ClCompile Include="decimfmt.cpp" />
|
||||
<ClCompile Include="decNumber.cpp" />
|
||||
<ClCompile Include="digitlst.cpp" />
|
||||
<ClCompile Include="double-conversion-bignum-dtoa.cpp" />
|
||||
<ClCompile Include="double-conversion-bignum.cpp" />
|
||||
<ClCompile Include="double-conversion-cached-powers.cpp" />
|
||||
<ClCompile Include="double-conversion-diy-fp.cpp" />
|
||||
<ClCompile Include="double-conversion-fast-dtoa.cpp" />
|
||||
<ClCompile Include="double-conversion.cpp" />
|
||||
<ClCompile Include="dtfmtsym.cpp" />
|
||||
<ClCompile Include="dtitvfmt.cpp" />
|
||||
<ClCompile Include="dtitvinf.cpp" />
|
||||
|
@ -665,6 +671,14 @@
|
|||
<ClInclude Include="decNumber.h" />
|
||||
<ClInclude Include="decNumberLocal.h" />
|
||||
<ClInclude Include="digitlst.h" />
|
||||
<ClInclude Include="double-conversion-bignum-dtoa.h" />
|
||||
<ClInclude Include="double-conversion-bignum.h" />
|
||||
<ClInclude Include="double-conversion-cached-powers.h" />
|
||||
<ClInclude Include="double-conversion-diy-fp.h" />
|
||||
<ClInclude Include="double-conversion-fast-dtoa.h" />
|
||||
<ClInclude Include="double-conversion-ieee.h" />
|
||||
<ClInclude Include="double-conversion-utils.h" />
|
||||
<ClInclude Include="double-conversion.h" />
|
||||
<ClInclude Include="dt_impl.h" />
|
||||
<CustomBuild Include="unicode\dtfmtsym.h">
|
||||
<Command>copy "%(FullPath)" ..\..\include\unicode
|
||||
|
|
Loading…
Add table
Reference in a new issue