aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Configure
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-12 01:24:50 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-12 01:24:50 +0000
commitf8bff10de2fe7bf0abd8d02f83a820f5deeb7f05 (patch)
treee2bf78234814c72286cd01a6f92869b8f487af05 /win32/Configure
parent24c0af64afec58c71b1636df4d0d89e87d18ade9 (diff)
downloadexternal_llvm-f8bff10de2fe7bf0abd8d02f83a820f5deeb7f05.zip
external_llvm-f8bff10de2fe7bf0abd8d02f83a820f5deeb7f05.tar.gz
external_llvm-f8bff10de2fe7bf0abd8d02f83a820f5deeb7f05.tar.bz2
Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Configure')
-rw-r--r--win32/Configure/Configure.vcproj22
1 files changed, 11 insertions, 11 deletions
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj
index 9a7bcd4..ffe65cb 100644
--- a/win32/Configure/Configure.vcproj
+++ b/win32/Configure/Configure.vcproj
@@ -111,9 +111,9 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\Config\config.h"
- CommandLine="copy $(InputPath)+$(SolutionDir)config.h $(ProjectDir)..\llvm\Config\config.h&#x0D;&#x0A;"
- AdditionalDependencies="$(SolutionDir)config.h"
- Outputs="$(ProjectDir)..\llvm\Config\config.h"
+ CommandLine="copy &quot;$(InputPath)&quot;+&quot;$(SolutionDir)config.h&quot; &quot;$(ProjectDir)..\llvm\Config\config.h&quot;&#x0D;&#x0A;"
+ AdditionalDependencies="&quot;$(SolutionDir)config.h&quot;"
+ Outputs="&quot;$(ProjectDir)..\llvm\Config\config.h&quot;"
/>
</FileConfiguration>
</File>
@@ -126,8 +126,8 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h&#x0D;&#x0A;"
- Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"
+ CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\Support\DataTypes.h&quot;&#x0D;&#x0A;"
+ Outputs="&quot;$(ProjectDir)..\llvm\Support\DataTypes.h&quot;"
/>
</FileConfiguration>
</File>
@@ -140,8 +140,8 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_map"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map&#x0D;&#x0A;"
- Outputs="$(ProjectDir)..\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;"
/>
</FileConfiguration>
</File>
@@ -154,8 +154,8 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_set"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set&#x0D;&#x0A;"
- Outputs="$(ProjectDir)..\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;"
/>
</FileConfiguration>
</File>
@@ -168,8 +168,8 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\iterator"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator&#x0D;&#x0A;"
- Outputs="$(ProjectDir)..\llvm\ADT\iterator"
+ CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\iterator&quot;&#x0D;&#x0A;"
+ Outputs="&quot;$(ProjectDir)..\llvm\ADT\iterator&quot;"
/>
</FileConfiguration>
</File>