mirror of
https://github.com/open-simh/simh.git
synced 2026-01-24 19:41:23 +00:00
3b2: Fix makefile and 3B2.vcproj
This commit is contained in:
parent
d76bd81491
commit
392b8f26a4
@ -35,9 +35,6 @@
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
@ -119,9 +116,6 @@
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
|
||||
2
makefile
2
makefile
@ -1731,7 +1731,7 @@ ATT3B2 = ${ATT3B2D}/3b2_cpu.c ${ATT3B2D}/3b2_mmu.c \
|
||||
${ATT3B2D}/3b2_id.c ${ATT3B2D}/3b2_dmac.c \
|
||||
${ATT3B2D}/3b2_sys.c ${ATT3B2D}/3b2_io.c \
|
||||
${ATT3B2D}/3b2_ports.c ${ATT3B2D}/3b2_ctc.c \
|
||||
${ATT3B2D}/3b2_sysdev.c
|
||||
${ATT3B2D}/3b2_sysdev.c
|
||||
ATT3B2_OPT = -I ${ATT3B2D} -DUSE_INT64 -DUSE_ADDR64
|
||||
#
|
||||
# Build everything (not the unsupported/incomplete or experimental simulators)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user