aboutsummaryrefslogtreecommitdiffstats
path: root/win32/llc
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-01 19:37:14 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-01 19:37:14 +0000
commitae7b071d7ad10023fbba210f432036523a5619d1 (patch)
treebc7ab5365e7fc90308ce531bbd9e72cbf46a8cc4 /win32/llc
parent00dcbaa6e5d2f44ee0d0a7dc5bceabda6b30b504 (diff)
downloadexternal_llvm-ae7b071d7ad10023fbba210f432036523a5619d1.zip
external_llvm-ae7b071d7ad10023fbba210f432036523a5619d1.tar.gz
external_llvm-ae7b071d7ad10023fbba210f432036523a5619d1.tar.bz2
Put executables into a single directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/llc')
-rw-r--r--win32/llc/llc.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
index 58a1cc2..c733756 100644
--- a/win32/llc/llc.vcproj
+++ b/win32/llc/llc.vcproj
@@ -12,7 +12,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
@@ -66,7 +66,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">