Fix missing file reference in Makefile.mingw

This commit is contained in:
Jasmine Iwanek
2022-11-16 13:13:31 -05:00
committed by GitHub
parent aaeadf37c4
commit b8ea944948

View File

@@ -676,7 +676,8 @@ SNDOBJ := sound.o \
snd_emu8k.o snd_mpu401.o \
snd_sn76489.o snd_ssi2001.o \
snd_wss.o \
snd_ym7128.o
snd_ym7128.o \
snd_optimc.o
VIDOBJ := agpgart.o video.o \
vid_table.o \