1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

Move some Win32-specific obj files to Makefile.common

This commit is contained in:
twinaphex 2014-09-14 04:00:27 +02:00
parent 2ce5f9318f
commit 2cb18dbec5
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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 \