mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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:
parent
da5860fa8b
commit
370a25c16a
@ -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 "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_map"
"
|
||||
Outputs=""$(ProjectDir)..\llvm\ADT\hash_map""
|
||||
Description="Generating $(SolutionDir)llvm\ADT\hash_map.h"
|
||||
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_map.h"
"
|
||||
Outputs=""$(ProjectDir)..\llvm\ADT\hash_map.h""
|
||||
/>
|
||||
</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 "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_set"
"
|
||||
Outputs=""$(ProjectDir)..\llvm\ADT\hash_set""
|
||||
Description="Generating $(SolutionDir)llvm\ADT\hash_set.h"
|
||||
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_set.h"
"
|
||||
Outputs=""$(ProjectDir)..\llvm\ADT\hash_set.h""
|
||||
/>
|
||||
</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 "$(InputPath)" "$(ProjectDir)..\llvm\ADT\iterator"
"
|
||||
Outputs=""$(ProjectDir)..\llvm\ADT\iterator""
|
||||
Description="Generating $(SolutionDir)llvm\ADT\iterator.h"
|
||||
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\iterator.h""
|
||||
Outputs=""$(ProjectDir)..\llvm\ADT\iterator.h""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
Loading…
Reference in New Issue
Block a user