mirror of
https://github.com/simh/simh.git
synced 2026-04-25 19:51:25 +00:00
Fixed incorrect build target names for new swtp6800 projects
This commit is contained in:
@@ -64,10 +64,10 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="wsock32.lib winmm.lib"
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||||
OutputFile="$(OutDir)\swtp6800.exe"
|
OutputFile="$(OutDir)\swtp6800mp-a.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\swtp68000.pdb"
|
ProgramDatabaseFile="$(OutDir)\swtp6800mp-a.pdb"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="0"
|
DataExecutionPrevention="0"
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="wsock32.lib winmm.lib"
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||||
OutputFile="$(OutDir)\swtp68000.exe"
|
OutputFile="$(OutDir)\swtp6800mp-a.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
|||||||
@@ -64,10 +64,10 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="wsock32.lib winmm.lib"
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||||
OutputFile="$(OutDir)\swtp6800.exe"
|
OutputFile="$(OutDir)\swtp6800mp-a2.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\swtp68000.pdb"
|
ProgramDatabaseFile="$(OutDir)\swtp6800mp-a2.pdb"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="0"
|
DataExecutionPrevention="0"
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="wsock32.lib winmm.lib"
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||||
OutputFile="$(OutDir)\swtp68000.exe"
|
OutputFile="$(OutDir)\swtp6800mp-a2.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user