From 0f6e37efcc3b1d728fca7e0444a0fc5382aabd0c Mon Sep 17 00:00:00 2001 From: TC1995 Date: Wed, 25 Mar 2020 01:46:18 +0100 Subject: [PATCH] Compile fix 3 (I hate forgetting about stuff). --- src/win/Makefile.mingw | 1 + src/win/Makefile_ndr.mingw | 1 + 2 files changed, 2 insertions(+) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 5ecbe9d47..52ddb8a49 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -599,6 +599,7 @@ MCHOBJ := machine.o machine_table.o \ DEVOBJ := bugger.o hwm.o hwm_w83781d.o ibm_5161.o isamem.o isartc.o lpt.o postcard.o $(SERIAL) \ sio_acc3221.o \ + sio_f82c710.o \ sio_fdc37c66x.o sio_fdc37c669.o \ sio_fdc37c93x.o \ sio_pc87306.o \ diff --git a/src/win/Makefile_ndr.mingw b/src/win/Makefile_ndr.mingw index 6d697ef4b..daaf9af48 100644 --- a/src/win/Makefile_ndr.mingw +++ b/src/win/Makefile_ndr.mingw @@ -604,6 +604,7 @@ MCHOBJ := machine.o machine_table.o \ DEVOBJ := bugger.o hwm.o hwm_w83781d.o ibm_5161.o isamem.o isartc.o lpt.o postcard.o $(SERIAL) \ sio_acc3221.o \ + sio_f82c710.o \ sio_fdc37c66x.o sio_fdc37c669.o \ sio_fdc37c93x.o \ sio_pc87306.o \