diff options
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-11-12 01:24:50 +0000 |
---|---|---|
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-11-12 01:24:50 +0000 |
commit | 7de5a94099378e5f4a1b1bc16af178fea139b17b (patch) | |
tree | e2bf78234814c72286cd01a6f92869b8f487af05 /win32/Configure | |
parent | 91a91ffb14917be5de077e48ccfb9a46aa8fae88 (diff) | |
download | external_llvm-7de5a94099378e5f4a1b1bc16af178fea139b17b.zip external_llvm-7de5a94099378e5f4a1b1bc16af178fea139b17b.tar.gz external_llvm-7de5a94099378e5f4a1b1bc16af178fea139b17b.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.vcproj | 22 |
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
" - AdditionalDependencies="$(SolutionDir)config.h" - Outputs="$(ProjectDir)..\llvm\Config\config.h" + CommandLine="copy "$(InputPath)"+"$(SolutionDir)config.h" "$(ProjectDir)..\llvm\Config\config.h"
" + AdditionalDependencies=""$(SolutionDir)config.h"" + Outputs=""$(ProjectDir)..\llvm\Config\config.h"" /> </FileConfiguration> </File> @@ -126,8 +126,8 @@ <Tool Name="VCCustomBuildTool" Description="Generating $(SolutionDir)llvm\Support\DataTypes.h" - CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h
" - Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h" + CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\Support\DataTypes.h"
" + Outputs=""$(ProjectDir)..\llvm\Support\DataTypes.h"" /> </FileConfiguration> </File> @@ -140,8 +140,8 @@ <Tool Name="VCCustomBuildTool" Description="Generating $(SolutionDir)llvm\ADT\hash_map" - CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map
" - Outputs="$(ProjectDir)..\llvm\ADT\hash_map" + CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_map"
" + Outputs=""$(ProjectDir)..\llvm\ADT\hash_map"" /> </FileConfiguration> </File> @@ -154,8 +154,8 @@ <Tool Name="VCCustomBuildTool" Description="Generating $(SolutionDir)llvm\ADT\hash_set" - CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set
" - Outputs="$(ProjectDir)..\llvm\ADT\hash_set" + CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_set"
" + Outputs=""$(ProjectDir)..\llvm\ADT\hash_set"" /> </FileConfiguration> </File> @@ -168,8 +168,8 @@ <Tool Name="VCCustomBuildTool" Description="Generating $(SolutionDir)llvm\ADT\iterator" - CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator
" - Outputs="$(ProjectDir)..\llvm\ADT\iterator" + CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\iterator"
" + Outputs=""$(ProjectDir)..\llvm\ADT\iterator"" /> </FileConfiguration> </File> |