aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Linker
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-02-02 06:33:11 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-02-02 06:33:11 +0000
commitab791376de9b20f40dfddc14142f6ed5a278e2b6 (patch)
tree75af679daba99b85dbbcba824f854edd9d743cf3 /win32/Linker
parent8d163d22225f9a24167b6131ab6e1511fa5c916e (diff)
downloadexternal_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/Linker')
-rw-r--r--win32/Linker/Linker.vcproj4
1 files changed, 2 insertions, 2 deletions
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">