summaryrefslogtreecommitdiff
path: root/win32
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
parent00dcbaa6e5d2f44ee0d0a7dc5bceabda6b30b504 (diff)
downloadllvm-ae7b071d7ad10023fbba210f432036523a5619d1.tar.gz
llvm-ae7b071d7ad10023fbba210f432036523a5619d1.tar.bz2
llvm-ae7b071d7ad10023fbba210f432036523a5619d1.tar.xz
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')
-rw-r--r--win32/Fibonacci/Fibonacci.vcproj9
-rw-r--r--win32/TableGen/TableGen.vcproj4
-rw-r--r--win32/llc/llc.vcproj4
-rw-r--r--win32/lli/lli.vcproj4
4 files changed, 9 insertions, 12 deletions
diff --git a/win32/Fibonacci/Fibonacci.vcproj b/win32/Fibonacci/Fibonacci.vcproj
index 43822f1972..03f3c35c6a 100644
--- a/win32/Fibonacci/Fibonacci.vcproj
+++ b/win32/Fibonacci/Fibonacci.vcproj
@@ -4,6 +4,7 @@
Version="7.10"
Name="Fibonacci"
ProjectGUID="{48FB551D-E37E-42EC-BC97-FF7219774867}"
+ RootNamespace="Fibonacci"
Keyword="Win32Proj">
<Platforms>
<Platform
@@ -12,7 +13,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
@@ -41,10 +42,6 @@
ForceSymbolReferences="_X86TargetMachineModule"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/Fibonacci.map"
- MapExports="TRUE"
- MapLines="TRUE"
SubSystem="1"
OptimizeReferences="0"
TargetMachine="1"/>
@@ -71,7 +68,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj
index 395d1b0f02..9c2291896f 100644
--- a/win32/TableGen/TableGen.vcproj
+++ b/win32/TableGen/TableGen.vcproj
@@ -38,7 +38,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\TableGen.exe"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Project\llvm\win32\Debug"
+ AdditionalLibraryDirectories=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
SubSystem="1"
@@ -88,7 +88,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\TableGen.exe"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Project\llvm\win32\Release"
+ AdditionalLibraryDirectories=""
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
index 58a1cc2a58..c7337563ef 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">
diff --git a/win32/lli/lli.vcproj b/win32/lli/lli.vcproj
index 904b76f053..0b29ea6b3a 100644
--- a/win32/lli/lli.vcproj
+++ b/win32/lli/lli.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">