mirror of https://github.com/stella-emu/stella.git
fix Linux builds
(cherry picked from commit 2ed846e53004a535c68153057d0646e04f9d4302)
This commit is contained in:
parent
80c9b93ad6
commit
2317cfd3c5
|
@ -54,6 +54,7 @@ MODULE_OBJS := \
|
|||
src/debugger/gui/CartTVBoyWidget.o \
|
||||
src/debugger/gui/CartUAWidget.o \
|
||||
src/debugger/gui/CartWDWidget.o \
|
||||
src/debugger/gui/CartWF8Widget.o \
|
||||
src/debugger/gui/CartX07Widget.o \
|
||||
src/debugger/gui/CartDebugWidget.o \
|
||||
src/debugger/gui/CpuWidget.o \
|
||||
|
|
|
@ -54,6 +54,7 @@ MODULE_OBJS := \
|
|||
src/emucore/CartTVBoy.o \
|
||||
src/emucore/CartUA.o \
|
||||
src/emucore/CartWD.o \
|
||||
src/emucore/CartWF8.o \
|
||||
src/emucore/CartX07.o \
|
||||
src/emucore/CompuMate.o \
|
||||
src/emucore/Console.o \
|
||||
|
|
Loading…
Reference in New Issue