mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Update other Makefiles
This commit is contained in:
parent
8c87ac03e5
commit
6ae8af1150
@ -42,7 +42,7 @@ ifeq ($(GRIFFIN_BUILD), 1)
|
||||
else
|
||||
OBJS += libretro-common/file/file_extract.o
|
||||
OBJS += performance.o
|
||||
OBJS += libretro-common/compat/compat.o
|
||||
OBJS += libretro-common/compat/compat_strl.o
|
||||
OBJS += libretro-common/compat/compat_fnmatch.o
|
||||
OBJS += libretro-common/memmap/memalign.o
|
||||
OBJS += libretro-common/file/config_file.o
|
||||
|
@ -29,7 +29,7 @@ PPU_SRCS = frontend/frontend_salamander.c \
|
||||
libretro-common/file/retro_stat.c \
|
||||
libretro-common/hash/rhash.c \
|
||||
libretro-common/string/string_list.c \
|
||||
libretro-common/compat/compat.c \
|
||||
libretro-common/compat/compat_strl.c \
|
||||
libretro-common/file/retro_file.c \
|
||||
libretro-common/file/config_file.c
|
||||
|
||||
|
@ -39,7 +39,7 @@ OBJS = frontend/frontend_salamander.o \
|
||||
libretro-common/string/string_list.o \
|
||||
libretro-common/file/dir_list.o \
|
||||
libretro-common/file/retro_dirent.o \
|
||||
libretro-common/compat/compat.o \
|
||||
libretro-common/compat/compat_strl.o \
|
||||
libretro-common/file/config_file.o \
|
||||
libretro-common/file/retro_file.o \
|
||||
libretro-common/file/retro_stat.o \
|
||||
|
@ -51,7 +51,7 @@ OBJ = frontend/frontend_salamander.o \
|
||||
libretro-common/file/retro_file.o \
|
||||
libretro-common/file/retro_dirent.o \
|
||||
libretro-common/file/retro_stat.o \
|
||||
libretro-common/compat/compat.o \
|
||||
libretro-common/compat/compat_strl.o \
|
||||
libretro-common/file/config_file.o \
|
||||
$(APP_BOOTER_DIR)/app_booter.binobj
|
||||
|
||||
|
@ -5,7 +5,14 @@ LOCAL_MODULE := retroarch-jni
|
||||
RARCH_DIR := ../../../..
|
||||
LOCAL_CFLAGS += -std=gnu99 -Wall -DRARCH_DUMMY_LOG -DHAVE_ZLIB -DHAVE_MMAP -DRARCH_INTERNAL
|
||||
LOCAL_LDLIBS := -llog -lz
|
||||
LOCAL_SRC_FILES := apk-extract/apk-extract.c $(RARCH_DIR)/libretro-common/file/file_extract.c $(RARCH_DIR)/libretro-common/file/file_path.c $(RARCH_DIR)/file_ops.c $(RARCH_DIR)/libretro-common/string/string_list.c $(RARCH_DIR)/libretro-common/compat/compat.c $(RARCH_DIR)/libretro-common/file/retro_file.c $(RARCH_DIR)/libretro-common/file/retro_stat.c
|
||||
LOCAL_SRC_FILES := apk-extract/apk-extract.c \
|
||||
$(RARCH_DIR)/libretro-common/file/file_extract.c \
|
||||
$(RARCH_DIR)/libretro-common/file/file_path.c \
|
||||
$(RARCH_DIR)/file_ops.c \
|
||||
$(RARCH_DIR)/libretro-common/string/string_list.c \
|
||||
$(RARCH_DIR)/libretro-common/compat/compat_strl.c \
|
||||
$(RARCH_DIR)/libretro-common/file/retro_file.c \
|
||||
$(RARCH_DIR)/libretro-common/file/retro_stat.c
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(RARCH_DIR)/libretro-common/include/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user