ICU-2421 Fix the project files for Andy

X-SVN-Rev: 14741
This commit is contained in:
George Rhoten 2004-03-24 02:23:03 +00:00
parent ae49bd5e94
commit 1a0bbd037f
2 changed files with 25 additions and 0 deletions

View File

@ -1026,6 +1026,28 @@
<File
RelativePath=".\repattrn.cpp">
</File>
<File
RelativePath=".\uregex.cpp">
</File>
<File
RelativePath=".\unicode\uregex.h">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode
"
Outputs="..\..\include\unicode\$(InputFileName)"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\unicode
"
Outputs="..\..\include\unicode\$(InputFileName)"/>
</FileConfiguration>
</File>
</Filter>
<Filter
Name="transforms"

View File

@ -528,6 +528,9 @@
<Filter
Name="regex"
Filter="">
<File
RelativePath=".\reapits.c">
</File>
</Filter>
<Filter
Name="sprep &amp; idna"