mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-26 08:44:10 +00:00
SEL32: Updated makefile and Visual Studio project.
This commit is contained in:
@@ -224,6 +224,10 @@
|
||||
RelativePath="..\SEL32\sel32_fltpt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\SEL32\sel32_hsdp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\SEL32\sel32_iop.c"
|
||||
>
|
||||
|
||||
2
makefile
2
makefile
@@ -1187,7 +1187,7 @@ SEL32 = ${SEL32D}/sel32_cpu.c ${SEL32D}/sel32_sys.c ${SEL32D}/sel32_defs.h \
|
||||
${SEL32D}/sel32_chan.c ${SEL32D}/sel32_iop.c ${SEL32D}/sel32_com.c \
|
||||
${SEL32D}/sel32_con.c ${SEL32D}/sel32_clk.c ${SEL32D}/sel32_mt.c \
|
||||
${SEL32D}/sel32_lpr.c ${SEL32D}/sel32_scfi.c ${SEL32D}/sel32_fltpt.c \
|
||||
${SEL32D}/sel32_disk.c
|
||||
${SEL32D}/sel32_disk.c ${SEL32D}/sel32_hsdp.c
|
||||
SEL32_OPT = -I $(SEL32D) -DSEL32
|
||||
#SEL32_OPT = -I $(SEL32D) -DUSE_INT64 -DSEL32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user