mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2025-04-01 10:51:56 +00:00
fix makefile.common Im a fecking banger at times
This commit is contained in:
parent
7776e9fa71
commit
64dcb6cd40
@ -2306,7 +2306,7 @@ endif
|
||||
SOUND=$(strip $(findstring NAMCO_15XX@,$(SOUNDS)))
|
||||
ifneq ($(SOUND),)
|
||||
SOUNDDEFS += -DHAS_NAMCO_15XX=1
|
||||
SOURCES_C += $(CORE_DIR)/sound/namco.o
|
||||
SOURCES_C += $(CORE_DIR)/sound/namco.c
|
||||
else
|
||||
SOUNDDEFS += -DHAS_NAMCO_15XX=0
|
||||
endif
|
||||
@ -2314,7 +2314,7 @@ endif
|
||||
SOUND=$(strip $(findstring NAMCO_52XX@,$(SOUNDS)))
|
||||
ifneq ($(SOUND),)
|
||||
SOUNDDEFS += -DHAS_NAMCO_52XX=1
|
||||
SOURCES_C += $(CORE_DIR)/sound/namco52.o
|
||||
SOURCES_C += $(CORE_DIR)/sound/namco52.c
|
||||
else
|
||||
SOUNDDEFS += -DHAS_NAMCO_52XX=0
|
||||
endif
|
||||
@ -2322,7 +2322,7 @@ endif
|
||||
SOUND=$(strip $(findstring NAMCO_54XX@,$(SOUNDS)))
|
||||
ifneq ($(SOUND),)
|
||||
SOUNDDEFS += -DHAS_NAMCO_54XX=1
|
||||
SOURCES_C += $(CORE_DIR)/sound/namco54.o
|
||||
SOURCES_C += $(CORE_DIR)/sound/namco54.c
|
||||
else
|
||||
SOUNDDEFS += -DHAS_NAMCO_54XX=0
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user