mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-22 18:51:34 +00:00
Move some Win32-specific obj files to Makefile.common
This commit is contained in:
parent
2ce5f9318f
commit
2cb18dbec5
@ -511,3 +511,8 @@ ifeq ($(HAVE_NETPLAY), 1)
|
||||
LIBS += -lws2_32
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
OBJ += media/rarch.o \
|
||||
gfx/context/win32_common.o
|
||||
endif
|
||||
|
@ -61,9 +61,6 @@ LDFLAGS := -L. -static-libgcc
|
||||
|
||||
include Makefile.common
|
||||
|
||||
OBJ += media/rarch.o \
|
||||
gfx/context/win32_common.o
|
||||
|
||||
JOYCONFIG_OBJ += conf/config_file.o \
|
||||
tools/retroarch-joyconfig.o \
|
||||
compat/compat.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user