1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 15:33:34 +00:00

Renamed the VAX Qbus simulator executables to reflect the VAX model names they actually simulate

This commit is contained in:
Mark Pizzolato
2013-02-03 12:46:19 -08:00
parent 10ab68ce29
commit 0b2d790678
6 changed files with 56 additions and 41 deletions

View File

@@ -70,7 +70,7 @@
Name="VCLinkerTool"
AdditionalOptions="/fixed:no"
AdditionalDependencies="wpcap.lib packet.lib wsock32.lib winmm.lib"
OutputFile="$(OutDir)\VAX610.exe"
OutputFile="$(OutDir)\MicroVAX1.exe"
LinkIncremental="1"
AdditionalLibraryDirectories=""../../windows-build/winpcap/Wpdpack/Lib/""
GenerateDebugInformation="true"
@@ -161,7 +161,7 @@
Name="VCLinkerTool"
AdditionalOptions="/fixed:no"
AdditionalDependencies="wpcap.lib packet.lib wsock32.lib winmm.lib"
OutputFile="$(OutDir)\VAX610.exe"
OutputFile="$(OutDir)\MicroVAX1.exe"
LinkIncremental="1"
AdditionalLibraryDirectories=""../../windows-build/winpcap/Wpdpack/Lib/""
GenerateDebugInformation="true"