mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Update Makefiles
This commit is contained in:
parent
dd5ebd974e
commit
2ce5f9318f
@ -127,6 +127,13 @@ ifeq ($(HAVE_PYTHON), 1)
|
|||||||
OBJ += gfx/py_state/py_state.o
|
OBJ += gfx/py_state/py_state.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HAVE_EMSCRIPTEN), 1)
|
||||||
|
OBJ += frontend/platform/platform_emscripten.o \
|
||||||
|
input/rwebinput_input.o \
|
||||||
|
audio/rwebaudio.o \
|
||||||
|
camera/rwebcam.o
|
||||||
|
endif
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
#
|
#
|
||||||
ifeq ($(HAVE_COREAUDIO), 1)
|
ifeq ($(HAVE_COREAUDIO), 1)
|
||||||
|
@ -26,11 +26,6 @@ LDFLAGS := -L. -s TOTAL_MEMORY=$(MEMORY) -s OUTLINING_LIMIT=50000 --js-library e
|
|||||||
|
|
||||||
include Makefile.common
|
include Makefile.common
|
||||||
|
|
||||||
OBJ += frontend/platform/platform_emscripten.o \
|
|
||||||
input/rwebinput_input.o \
|
|
||||||
audio/rwebaudio.o \
|
|
||||||
camera/rwebcam.o
|
|
||||||
|
|
||||||
libretro = libretro_emscripten.bc
|
libretro = libretro_emscripten.bc
|
||||||
|
|
||||||
ifeq ($(HAVE_ZLIB), 1)
|
ifeq ($(HAVE_ZLIB), 1)
|
||||||
|
@ -53,6 +53,7 @@ PYTHON_CFLAGS := -DHAVE_PYTHON -Ipython
|
|||||||
OBJDIR := obj-w32
|
OBJDIR := obj-w32
|
||||||
|
|
||||||
OBJ :=
|
OBJ :=
|
||||||
|
JOYCONFIG_OBJ :=
|
||||||
LIBS := -lm
|
LIBS := -lm
|
||||||
JOYCONFIG_LIBS :=
|
JOYCONFIG_LIBS :=
|
||||||
DEFINES := -I. -DHAVE_BUILTIN_AUTOCONFIG -DRARCH_INTERNAL -DHAVE_CC_RESAMPLER -DHAVE_OVERLAY
|
DEFINES := -I. -DHAVE_BUILTIN_AUTOCONFIG -DRARCH_INTERNAL -DHAVE_CC_RESAMPLER -DHAVE_OVERLAY
|
||||||
@ -63,13 +64,11 @@ include Makefile.common
|
|||||||
OBJ += media/rarch.o \
|
OBJ += media/rarch.o \
|
||||||
gfx/context/win32_common.o
|
gfx/context/win32_common.o
|
||||||
|
|
||||||
JOYCONFIG_OBJ := conf/config_file.o \
|
JOYCONFIG_OBJ += conf/config_file.o \
|
||||||
tools/retroarch-joyconfig.o \
|
tools/retroarch-joyconfig.o \
|
||||||
compat/compat.o \
|
compat/compat.o \
|
||||||
file_path.o \
|
file_path.o \
|
||||||
tools/input_common_joyconfig.o \
|
tools/input_common_joyconfig.o
|
||||||
input/dinput.o \
|
|
||||||
input/winxinput_joypad.o
|
|
||||||
|
|
||||||
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
|
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user