From 20d9345a4ef7bf2ce55f612042ca3a910f05acbf Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 19 Jan 2011 16:11:45 +0100 Subject: [PATCH] Do not link in snes.dll when doing dynamic build for win32. --- Makefile.win32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.win32 b/Makefile.win32 index 7ca4f865c9..e454e19b6a 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -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.