diff options
author | twinaphex | 2018-12-28 08:07:04 +0100 |
---|---|---|
committer | twinaphex | 2018-12-28 08:07:04 +0100 |
commit | c597eb79fa0cd3b2548f8be18cd2117088bb2b25 (patch) | |
tree | 3f1722ebf2665737650de1a31ff7ea965311a3e2 /Makefile | |
parent | 43d95f6f0d0ec204542699ae81fe7367ea7943d4 (diff) | |
download | snesemu-c597eb79fa0cd3b2548f8be18cd2117088bb2b25.tar.gz snesemu-c597eb79fa0cd3b2548f8be18cd2117088bb2b25.tar.bz2 snesemu-c597eb79fa0cd3b2548f8be18cd2117088bb2b25.zip |
Update MSVC 2010 x86
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |