VStudio x64 build fixes. Looks like the x64 projects got out of date and this brings them up to code. I've built the project with these new vcproj files for win32 and x64 both debug and release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53047 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj
index 76302c0..9ebd0c1 100644
--- a/win32/Configure/Configure.vcproj
+++ b/win32/Configure/Configure.vcproj
@@ -252,9 +252,9 @@
>
<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>
</File>
@@ -276,9 +276,9 @@
>
<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>
</File>
@@ -300,9 +300,9 @@
>
<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>
</File>