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 | d28516e3b1c9e2aa982bf017574f62850a153b24 (patch) | |
tree | 20a6f494cbcfad57e3414f3ffc95e5c1881f49a8 /win32/lli | |
parent | 5e84368b26415b3bb7f3f8d9cff3e05938dd82d0 (diff) | |
download | external_llvm-d28516e3b1c9e2aa982bf017574f62850a153b24.zip external_llvm-d28516e3b1c9e2aa982bf017574f62850a153b24.tar.gz external_llvm-d28516e3b1c9e2aa982bf017574f62850a153b24.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/lli')
-rw-r--r-- | win32/lli/lli.vcproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/lli/lli.vcproj b/win32/lli/lli.vcproj index 1d3571e..0bcee7e 100644 --- a/win32/lli/lli.vcproj +++ b/win32/lli/lli.vcproj @@ -19,7 +19,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" + OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj" + AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" OutputFile="$(OutDir)/lli.exe" LinkIncremental="2" GenerateDebugInformation="true" @@ -105,7 +105,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" + OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" @@ -153,7 +153,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj" + AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" OutputFile="$(OutDir)/lli.exe" LinkIncremental="1" GenerateDebugInformation="true" @@ -189,7 +189,7 @@ </Configuration> <Configuration Name="Debug|x64" - OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" + OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" @@ -241,7 +241,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj" + AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" OutputFile="$(OutDir)/lli.exe" LinkIncremental="2" GenerateDebugInformation="true" @@ -276,7 +276,7 @@ </Configuration> <Configuration Name="Release|x64" - OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" + OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" @@ -325,7 +325,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj" + AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" OutputFile="$(OutDir)/lli.exe" LinkIncremental="1" GenerateDebugInformation="true" |