mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix SDLMAME build on windows without QT debugger.
This commit is contained in:
parent
dd40bb3b09
commit
88d592679d
@ -743,18 +743,20 @@ else
|
||||
DEFS += -DUSE_QTDEBUG=0
|
||||
endif
|
||||
|
||||
DEBUGOBJS += \
|
||||
$(OSDOBJ)/modules/debugger/none.o \
|
||||
$(OSDOBJ)/modules/debugger/debugint.o \
|
||||
$(OSDOBJ)/modules/debugger/debugwin.o \
|
||||
$(OSDOBJ)/modules/debugger/debugqt.o \
|
||||
|
||||
ifeq ($(NO_DEBUGGER),1)
|
||||
DEFS += -DNO_DEBUGGER
|
||||
else
|
||||
OSDOBJS += $(DEBUGOBJS)
|
||||
endif # NO_DEBUGGER
|
||||
|
||||
# Always add these
|
||||
OSDOBJS += \
|
||||
$(OSDOBJ)/modules/debugger/none.o \
|
||||
$(OSDOBJ)/modules/debugger/debugint.o \
|
||||
$(OSDOBJ)/modules/debugger/debugwin.o \
|
||||
$(OSDOBJ)/modules/debugger/debugqt.o \
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# OPENGL
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user