mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-3359 Allow .vcproj files to build in a directory with a space
X-SVN-Rev: 13601
This commit is contained in:
parent
3881c136f8
commit
4ecafa2bfe
1 changed files with 8 additions and 12 deletions
|
@ -152,17 +152,15 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(InputPath) ..\..\include\layout
|
||||
"
|
||||
Outputs="..\..\include\layout\ParagraphLayout.h"/>
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(InputPath) ..\..\include\layout
|
||||
"
|
||||
Outputs="..\..\include\layout\ParagraphLayout.h"/>
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
|
@ -171,17 +169,15 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(InputPath) ..\..\include\layout
|
||||
"
|
||||
Outputs="..\..\include\layout\RunArrays.h"/>
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(InputPath) ..\..\include\layout
|
||||
"
|
||||
Outputs="..\..\include\layout\RunArrays.h"/>
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
Loading…
Add table
Reference in a new issue