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 | ab791376de9b20f40dfddc14142f6ed5a278e2b6 (patch) | |
tree | 75af679daba99b85dbbcba824f854edd9d743cf3 /win32 | |
parent | 8d163d22225f9a24167b6131ab6e1511fa5c916e (diff) | |
download | external_llvm-ab791376de9b20f40dfddc14142f6ed5a278e2b6.zip external_llvm-ab791376de9b20f40dfddc14142f6ed5a278e2b6.tar.gz external_llvm-ab791376de9b20f40dfddc14142f6ed5a278e2b6.tar.bz2 |
Put libraries in a common directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/AsmParser/AsmParser.vcproj | 4 | ||||
-rw-r--r-- | win32/Bytecode/Bytecode.vcproj | 4 | ||||
-rw-r--r-- | win32/CBackend/CBackend.vcproj | 4 | ||||
-rw-r--r-- | win32/Linker/Linker.vcproj | 4 | ||||
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj index 2f23030..36c3429 100644 --- a/win32/AsmParser/AsmParser.vcproj +++ b/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/win32/Bytecode/Bytecode.vcproj b/win32/Bytecode/Bytecode.vcproj index 8ea730b..ea9ea5a 100644 --- a/win32/Bytecode/Bytecode.vcproj +++ b/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/win32/CBackend/CBackend.vcproj b/win32/CBackend/CBackend.vcproj index 36cb408..205ee4d 100644 --- a/win32/CBackend/CBackend.vcproj +++ b/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/win32/Linker/Linker.vcproj b/win32/Linker/Linker.vcproj index d24fd48..0cc8a4e 100644 --- a/win32/Linker/Linker.vcproj +++ b/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/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index f2ce791..da8cbaa 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/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"> |