diff options
author | Steve Naroff <snaroff@apple.com> | 2008-06-02 16:37:36 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-06-02 16:37:36 +0000 |
commit | 0803b73953522d8636e6d72454f2973d5a118689 (patch) | |
tree | 80c2b9f921e3a60a18ae66f2f8e7a822718c0264 /llvm/win32 | |
parent | d04cd22ff4b0a54656185fdcde6d24adae4d08e5 (diff) | |
download | bcm5719-llvm-0803b73953522d8636e6d72454f2973d5a118689.tar.gz bcm5719-llvm-0803b73953522d8636e6d72454f2973d5a118689.zip |
update vc configure project for renaming of
hash_map/hash_set/iterator to have a .h suffix.
llvm-svn: 51867
Diffstat (limited to 'llvm/win32')
-rw-r--r-- | llvm/win32/Configure/Configure.vcproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/llvm/win32/Configure/Configure.vcproj b/llvm/win32/Configure/Configure.vcproj index 5c7062986ea..475c749deb7 100644 --- a/llvm/win32/Configure/Configure.vcproj +++ b/llvm/win32/Configure/Configure.vcproj @@ -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 |