diff options
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 8 | ||||
-rw-r--r-- | win32/Configure/Configure.vcproj | 22 |
2 files changed, 15 insertions, 15 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index f4ec8f1..6d58135 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -170,10 +170,6 @@ > </File> <File - RelativePath="..\..\lib\CodeGen\BreakCriticalMachineEdges.cpp" - > - </File> - <File RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp" > </File> @@ -368,6 +364,10 @@ > </File> <File + RelativePath="..\..\include\llvm\CodeGen\BreakCriticalMachineEdge.h" + > + </File> + <File RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h" > </File> 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> |