aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)