update vc configure project for renaming of

hash_map/hash_set/iterator to have a .h suffix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Steve Naroff 2008-06-02 16:37:36 +00:00
parent da5860fa8b
commit 370a25c16a

View File

@ -235,16 +235,16 @@
</FileConfiguration>
</File>
<File
RelativePath="..\..\include\llvm\Adt\hash_map.in"
RelativePath="..\..\include\llvm\ADT\hash_map.h.in"
>
<FileConfiguration
Name="Configure|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_map"
CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_map&quot;&#x0D;&#x0A;"
Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_map&quot;"
Description="Generating $(SolutionDir)llvm\ADT\hash_map.h"
CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_map.h&quot;&#x0D;&#x0A;"
Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_map.h&quot;"
/>
</FileConfiguration>
<FileConfiguration
@ -259,16 +259,16 @@
</FileConfiguration>
</File>
<File
RelativePath="..\..\include\llvm\Adt\hash_set.in"
RelativePath="..\..\include\llvm\ADT\hash_set.h.in"
>
<FileConfiguration
Name="Configure|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_set"
CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_set&quot;&#x0D;&#x0A;"
Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_set&quot;"
Description="Generating $(SolutionDir)llvm\ADT\hash_set.h"
CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_set.h&quot;&#x0D;&#x0A;"
Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_set.h&quot;"
/>
</FileConfiguration>
<FileConfiguration
@ -283,16 +283,16 @@
</FileConfiguration>
</File>
<File
RelativePath="..\..\include\llvm\Adt\iterator.in"
RelativePath="..\..\include\llvm\ADT\iterator.h.in"
>
<FileConfiguration
Name="Configure|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\iterator"
CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\iterator&quot;&#x0D;&#x0A;"
Outputs="&quot;$(ProjectDir)..\llvm\ADT\iterator&quot;"
Description="Generating $(SolutionDir)llvm\ADT\iterator.h"
CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\iterator.h&quot;"
Outputs="&quot;$(ProjectDir)..\llvm\ADT\iterator.h&quot;"
/>
</FileConfiguration>
<FileConfiguration