1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +00:00

3b2: Code cleanup

This commit fixes several issues with code hygine and eliminates
warnings in the Windows build.
This commit is contained in:
Seth Morabito
2018-05-21 15:30:27 -07:00
parent 39758261ff
commit d76bd81491
6 changed files with 44 additions and 24 deletions

View File

@@ -35,6 +35,9 @@
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
@@ -116,6 +119,9 @@
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
@@ -192,6 +198,10 @@
RelativePath="..\3B2\3b2_cpu.c"
>
</File>
<File
RelativePath="..\3B2\3b2_ctc.c"
>
</File>
<File
RelativePath="..\3B2\3b2_dmac.c"
>
@@ -216,6 +226,10 @@
RelativePath="..\3B2\3b2_mmu.c"
>
</File>
<File
RelativePath="..\3B2\3b2_ports.c"
>
</File>
<File
RelativePath="..\3B2\3b2_sys.c"
>
@@ -277,6 +291,10 @@
RelativePath="..\3B2\3b2_cpu.h"
>
</File>
<File
RelativePath="..\3B2\3b2_ctc.h"
>
</File>
<File
RelativePath="..\3B2\3b2_defs.h"
>
@@ -305,6 +323,10 @@
RelativePath="..\3B2\3b2_mmu.h"
>
</File>
<File
RelativePath="..\3B2\3b2_ports.h"
>
</File>
<File
RelativePath="..\3B2\3b2_sys.h"
>