diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-14 18:46:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-14 18:46:16 +0000 |
commit | cc924e372ea9af433cdd7f813fbd9283e45d87ee (patch) | |
tree | 20a6f494cbcfad57e3414f3ffc95e5c1881f49a8 /win32/Configure | |
parent | 368a08b238a4d0a938b7639930f149dbdeb71259 (diff) | |
download | external_llvm-cc924e372ea9af433cdd7f813fbd9283e45d87ee.zip external_llvm-cc924e372ea9af433cdd7f813fbd9283e45d87ee.tar.gz external_llvm-cc924e372ea9af433cdd7f813fbd9283e45d87ee.tar.bz2 |
This replaces all $(SolutionDir) macros with $(ProjectDir)..\
Patch by Nicolas Capens!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Configure')
-rw-r--r-- | win32/Configure/Configure.vcproj | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj index 9ebd0c1..6e504b0 100644 --- a/win32/Configure/Configure.vcproj +++ b/win32/Configure/Configure.vcproj @@ -192,9 +192,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"" + Description="Generating $(ProjectDir)..\llvm\Config\config.h" + CommandLine="copy "$(InputPath)"+"$(ProjectDir)..\config.h" "$(ProjectDir)..\llvm\Config\config.h"
" + AdditionalDependencies=""$(ProjectDir)..\config.h"" Outputs=""$(ProjectDir)..\llvm\Config\config.h"" /> </FileConfiguration> @@ -203,9 +203,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"" + Description="Generating $(ProjectDir)..\llvm\Config\config.h" + CommandLine="copy "$(InputPath)"+"$(ProjectDir)..\config.h" "$(ProjectDir)..\llvm\Config\config.h"
" + AdditionalDependencies=""$(ProjectDir)..\config.h"" Outputs=""$(ProjectDir)..\llvm\Config\config.h"" /> </FileConfiguration> @@ -218,7 +218,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\Support\DataTypes.h" + Description="Generating $(ProjectDir)..\llvm\Support\DataTypes.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\Support\DataTypes.h"
" Outputs=""$(ProjectDir)..\llvm\Support\DataTypes.h"" /> @@ -228,7 +228,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\Support\DataTypes.h" + Description="Generating $(ProjectDir)..\llvm\Support\DataTypes.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\Support\DataTypes.h"
" Outputs=""$(ProjectDir)..\llvm\Support\DataTypes.h"" /> @@ -242,7 +242,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\ADT\hash_map.h" + Description="Generating $(ProjectDir)..\llvm\ADT\hash_map.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_map.h"
" Outputs=""$(ProjectDir)..\llvm\ADT\hash_map.h"" /> @@ -252,7 +252,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\ADT\hash_map.h" + Description="Generating $(ProjectDir)..\llvm\ADT\hash_map.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_map.h"
" Outputs=""$(ProjectDir)..\llvm\ADT\hash_map.h"" /> @@ -266,7 +266,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\ADT\hash_set.h" + Description="Generating $(ProjectDir)..\llvm\ADT\hash_set.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_set.h"
" Outputs=""$(ProjectDir)..\llvm\ADT\hash_set.h"" /> @@ -276,7 +276,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\ADT\hash_set.h" + Description="Generating $(ProjectDir)..\llvm\ADT\hash_set.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_set.h"
" Outputs=""$(ProjectDir)..\llvm\ADT\hash_set.h"" /> @@ -290,7 +290,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\ADT\iterator.h" + Description="Generating $(ProjectDir)..\llvm\ADT\iterator.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\iterator.h"
" Outputs=""$(ProjectDir)..\llvm\ADT\iterator.h"" /> @@ -300,7 +300,7 @@ > <Tool Name="VCCustomBuildTool" - Description="Generating $(SolutionDir)llvm\ADT\iterator.h" + Description="Generating $(ProjectDir)..\llvm\ADT\iterator.h" CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\iterator.h"
" Outputs=""$(ProjectDir)..\llvm\ADT\iterator.h"" /> |