1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Do not link in snes.dll when doing dynamic build for win32.

This commit is contained in:
Themaister 2011-01-19 16:11:45 +01:00
parent ed172fd1e4
commit 81d48c3794

View File

@ -37,13 +37,14 @@ endif
ifeq ($(DYNAMIC), 1)
DEFINES += -DHAVE_DYNAMIC
else
LIBS += $(libsnes)
endif
ifneq ($(V),1)
Q := @
endif
LIBS += $(libsnes)
CFLAGS = -Wall -O3 -std=gnu99 -I.