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/win32/Bytecode/Bytecode.vcproj | |
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/win32/Bytecode/Bytecode.vcproj')
-rw-r--r-- | llvm/win32/Bytecode/Bytecode.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
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"> |