From fdf6993b6cd68e62e03d1c7cc0e87ed3ee7e0483 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 Aug 2017 14:57:31 +0200 Subject: [PATCH] Fix MSVC 2005 solution --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 8ac38f3..1a10add 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -337,7 +337,7 @@ BIN := $(shell IFS=$$'\n'; cygpath "$(VS80COMNTOOLS)../../VC/bin") WindowsSdkDir := $(INETSDK) export INCLUDE := $(INCLUDE);$(INETSDK)/Include;src/drivers/libretro/msvc/msvc-2005 -export LIB := $(LIB);$(WindowsSdkDir) +export LIB := $(LIB);$(WindowsSdkDir);$(INETSDK)/Lib TARGET := $(TARGET_NAME)_libretro.dll PSS_STYLE :=2 LDFLAGS += -DLL