mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Put executables into a single directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00dcbaa6e5
commit
ae7b071d7a
@ -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">
|
||||
|
@ -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"
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user