diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-02-02 06:33:11 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-02-02 06:33:11 +0000 |
commit | fc9f14696638c1c2c673650e360bdb7b13dfab1f (patch) | |
tree | 988e3c708c96b8803b4126daa75028a6dd46bce2 /llvm | |
parent | 0f42d92ca0de3e22dc2ef0637939226871003acf (diff) | |
download | bcm5719-llvm-fc9f14696638c1c2c673650e360bdb7b13dfab1f.tar.gz bcm5719-llvm-fc9f14696638c1c2c673650e360bdb7b13dfab1f.zip |
Put libraries in a common directory
llvm-svn: 19995
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/win32/AsmParser/AsmParser.vcproj | 4 | ||||
-rw-r--r-- | llvm/win32/Bytecode/Bytecode.vcproj | 4 | ||||
-rw-r--r-- | llvm/win32/CBackend/CBackend.vcproj | 4 | ||||
-rw-r--r-- | llvm/win32/Linker/Linker.vcproj | 4 | ||||
-rw-r--r-- | llvm/win32/TableGen/TableGen.vcproj | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/llvm/win32/AsmParser/AsmParser.vcproj b/llvm/win32/AsmParser/AsmParser.vcproj index 2f23030278a..36c34293676 100644 --- a/llvm/win32/AsmParser/AsmParser.vcproj +++ b/llvm/win32/AsmParser/AsmParser.vcproj @@ -13,7 +13,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -59,7 +59,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/llvm/win32/Bytecode/Bytecode.vcproj b/llvm/win32/Bytecode/Bytecode.vcproj index 8ea730b136a..ea9ea5a182a 100644 --- a/llvm/win32/Bytecode/Bytecode.vcproj +++ b/llvm/win32/Bytecode/Bytecode.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -58,7 +58,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/llvm/win32/CBackend/CBackend.vcproj b/llvm/win32/CBackend/CBackend.vcproj index 36cb4082c0e..205ee4df914 100644 --- a/llvm/win32/CBackend/CBackend.vcproj +++ b/llvm/win32/CBackend/CBackend.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -58,7 +58,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/llvm/win32/Linker/Linker.vcproj b/llvm/win32/Linker/Linker.vcproj index d24fd48bcb4..0cc8a4ef705 100644 --- a/llvm/win32/Linker/Linker.vcproj +++ b/llvm/win32/Linker/Linker.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="4" CharacterSet="2"> @@ -58,7 +58,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="4" CharacterSet="2"> diff --git a/llvm/win32/TableGen/TableGen.vcproj b/llvm/win32/TableGen/TableGen.vcproj index f2ce7913265..da8cbaa9b72 100644 --- a/llvm/win32/TableGen/TableGen.vcproj +++ b/llvm/win32/TableGen/TableGen.vcproj @@ -12,7 +12,7 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="Debug" + OutputDirectory="..\Debug" IntermediateDirectory="Debug" ConfigurationType="1" CharacterSet="2"> @@ -66,7 +66,7 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="Release" + OutputDirectory="..\Release" IntermediateDirectory="Release" ConfigurationType="1" CharacterSet="2"> |