From c597eb79fa0cd3b2548f8be18cd2117088bb2b25 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 28 Dec 2018 08:07:04 +0100 Subject: Update MSVC 2010 x86 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fab78f2..6a9e6c8 100644 --- a/Makefile +++ b/Makefile @@ -283,7 +283,8 @@ export LIB := $(LIB);$(WindowsSdkDir) TARGET := $(TARGET_NAME)_libretro.dll PSS_STYLE :=2 LDFLAGS += -DLL -OLD_GCC = 1 +CFLAGS += -D_CRT_SECURE_NO_DEPRECATE +NO_GCC = 1 # Windows MSVC 2008 x86 else ifeq ($(platform), windows_msvc2008_x86) -- cgit v1.2.3