mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
Cleanup of Visual Studio VAX project to properly convert to newer Visual Studio versions.
This commit is contained in:
parent
5fba42a08f
commit
62229801f6
@ -70,7 +70,7 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/fixed:no"
|
||||
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||
OutputFile="$(OutDir)\MicroVAX3900.exe"
|
||||
OutputFile="$(OutDir)\VAX.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""../../windows-build/winpcap/Wpdpack/Lib/""
|
||||
GenerateDebugInformation="true"
|
||||
@ -101,7 +101,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy result to legacy binary name (VAX.exe)"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)VAX$(TargetExt)" "
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" "
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -163,7 +163,7 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/fixed:no"
|
||||
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||
OutputFile="$(OutDir)\MicroVAX3900.exe"
|
||||
OutputFile="$(OutDir)\VAX.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""../../windows-build/winpcap/Wpdpack/Lib/""
|
||||
GenerateDebugInformation="true"
|
||||
@ -196,7 +196,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy result to legacy binary name (VAX.exe)"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)VAX$(TargetExt)" "
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" "
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user