From 4807aae9e360feaaff6a7dbdfd1fc459952aee7e Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Fri, 17 Mar 2006 02:34:21 +0000 Subject: [PATCH] Support for building Windows binaries with Visual Studio 8. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@189 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flaim/Makefile b/flaim/Makefile index 23bacb5..dc7929a 100644 --- a/flaim/Makefile +++ b/flaim/Makefile @@ -652,6 +652,9 @@ ifdef win_target # Compiler defines and flags ccflags += /nologo /c /GF /GR /J /MD /W4 /WX /Zi /Zp1 + ccdefs += _CRT_SECURE_NO_DEPRECATE + ccdefs += WIN32_LEAN_AND_MEAN + ccdefs += WIN32_EXTRA_LEAN ifeq ($(target_build_type),debug) ccflags += /Ob1 /Od /RTC1 /Wp64