aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2018-12-28 08:07:04 +0100
committertwinaphex2018-12-28 08:07:04 +0100
commitc597eb79fa0cd3b2548f8be18cd2117088bb2b25 (patch)
tree3f1722ebf2665737650de1a31ff7ea965311a3e2
parent43d95f6f0d0ec204542699ae81fe7367ea7943d4 (diff)
downloadsnesemu-c597eb79fa0cd3b2548f8be18cd2117088bb2b25.tar.gz
snesemu-c597eb79fa0cd3b2548f8be18cd2117088bb2b25.tar.bz2
snesemu-c597eb79fa0cd3b2548f8be18cd2117088bb2b25.zip
Update MSVC 2010 x86
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)