mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2938 Fix the last addition
X-SVN-Rev: 13621
This commit is contained in:
parent
5bb1debdb7
commit
d0125e4c23
1 changed files with 6 additions and 6 deletions
|
@ -843,8 +843,8 @@
|
|||
Outputs="..\..\include\unicode\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ulocdata.cpp">
|
||||
<File
|
||||
RelativePath=".\ulocdata.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\unicode\ulocdata.h">
|
||||
|
@ -852,15 +852,15 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(InputPath) ..\..\include\unicode"
|
||||
Outputs="..\..\include\unicode\ulocdata.h"/>
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\unicode"
|
||||
Outputs="..\..\include\unicode\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(InputPath) ..\..\include\unicode"
|
||||
Outputs="..\..\include\unicode\ulocdata.h"/>
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\unicode"
|
||||
Outputs="..\..\include\unicode\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
Loading…
Add table
Reference in a new issue