ICU-5565 clean up custom build steps for public headers.
X-SVN-Rev: 21835
This commit is contained in:
parent
b9674c9d91
commit
6d112b9cff
@ -249,7 +249,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout
"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -258,7 +258,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout
"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -275,6 +275,15 @@
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layout\plruns.h"
|
||||
@ -288,6 +297,15 @@
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layout\RunArrays.h"
|
||||
@ -297,7 +315,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout
"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -306,7 +324,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout
"
|
||||
CommandLine="copy "$(InputPath)" ..\..\include\layout"
|
||||
Outputs="..\..\include\layout\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
Loading…
Reference in New Issue
Block a user