Add name rule

This commit is contained in:
twinaphex 2016-05-22 21:24:59 +02:00
parent eb5818587f
commit 1c8f2cf763

View File

@ -36,6 +36,10 @@ NEED_THREADING = 1
CORE_DEFINE := -DWANT_PSX_EMU
TARGET_NAME := mednafen_psx_libretro
ifeq ($(HAVE_OPENGL),1)
TARGET_NAME := mednafen_psx_hw_libretro
endif
ifeq ($(platform), unix)
TARGET := $(TARGET_NAME).so
fpic := -fPIC