3b2: Fix makefile and 3B2.vcproj
This commit is contained in:
parent
d76bd81491
commit
392b8f26a4
2 changed files with 1 additions and 7 deletions
|
@ -35,9 +35,6 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"
|
Name="VCXMLDataGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
/>
|
/>
|
||||||
|
@ -119,9 +116,6 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"
|
Name="VCXMLDataGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
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_id.c ${ATT3B2D}/3b2_dmac.c \
|
||||||
${ATT3B2D}/3b2_sys.c ${ATT3B2D}/3b2_io.c \
|
${ATT3B2D}/3b2_sys.c ${ATT3B2D}/3b2_io.c \
|
||||||
${ATT3B2D}/3b2_ports.c ${ATT3B2D}/3b2_ctc.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
|
ATT3B2_OPT = -I ${ATT3B2D} -DUSE_INT64 -DUSE_ADDR64
|
||||||
#
|
#
|
||||||
# Build everything (not the unsupported/incomplete or experimental simulators)
|
# Build everything (not the unsupported/incomplete or experimental simulators)
|
||||||
|
|
Loading…
Add table
Reference in a new issue