mirror of
https://github.com/libretro/blueMSX-libretro.git
synced 2024-11-30 12:10:27 +00:00
Buildfix
This commit is contained in:
parent
17ccc2cfc3
commit
55d8316469
@ -62,7 +62,7 @@ SOURCES_C := $(CORE_DIR)/libretro.c \
|
||||
#SOURCES_C += $(CORE_DIR)/Src/Unzip/iowin32.c
|
||||
|
||||
|
||||
SOURCES_C := $(CORE_DIR)/Src/Memory/AtmelPerom.c \
|
||||
SOURCES_C += $(CORE_DIR)/Src/Memory/AtmelPerom.c \
|
||||
$(CORE_DIR)/Src/Memory/AmdFlash.c
|
||||
|
||||
SOURCES_C += $(CORE_DIR)/Src/Memory/DeviceManager.c
|
||||
@ -327,3 +327,7 @@ ifeq ($(HAVE_COMPAT), 1)
|
||||
SOURCES_C += $(CORE_DIR)/Src/Libretro/psp/diet-glob.c
|
||||
SOURCES_C += $(CORE_DIR)/Src/Libretro/psp/diet-fnmatch.c
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_WIN32_MSX_MANAGER), 1)
|
||||
SOURCES_CXX += $(CORE_DIR)/Src/IoDevice/msxgr.cpp
|
||||
endif
|
||||
|
@ -269,10 +269,6 @@ endif
|
||||
|
||||
CORE_DIR := .
|
||||
|
||||
ifeq ($(HAVE_WIN32_MSX_MANAGER), 1)
|
||||
SOURCES_CXX += $(CORE_DIR)/Src/IoDevice/msxgr.cpp
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_COMPAT), 1)
|
||||
PLATFORM_DEFINES += -DHAVE_COMPAT
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user