[llvm-commits] [llvm] r51867 - /llvm/trunk/win32/Configure/Configure.vcproj
Steve Naroff
snaroff at apple.com
Mon Jun 2 09:37:37 PDT 2008
Author: snaroff
Date: Mon Jun 2 11:37:36 2008
New Revision: 51867
URL: http://llvm.org/viewvc/llvm-project?rev=51867&view=rev
Log:
update vc configure project for renaming of
hash_map/hash_set/iterator to have a .h suffix.
Modified:
llvm/trunk/win32/Configure/Configure.vcproj
Modified: llvm/trunk/win32/Configure/Configure.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Configure/Configure.vcproj?rev=51867&r1=51866&r2=51867&view=diff
==============================================================================
--- llvm/trunk/win32/Configure/Configure.vcproj (original)
+++ llvm/trunk/win32/Configure/Configure.vcproj Mon Jun 2 11:37:36 2008
@@ -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
More information about the llvm-commits
mailing list