summaryrefslogtreecommitdiffstats
path: root/llvm/win32
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-06-02 16:37:36 +0000
committerSteve Naroff <snaroff@apple.com>2008-06-02 16:37:36 +0000
commit0803b73953522d8636e6d72454f2973d5a118689 (patch)
tree80c2b9f921e3a60a18ae66f2f8e7a822718c0264 /llvm/win32
parentd04cd22ff4b0a54656185fdcde6d24adae4d08e5 (diff)
downloadbcm5719-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.vcproj24
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 &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
OpenPOWER on IntegriCloud