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
This commit is contained in:
ahodgkinson
2006-03-17 02:34:21 +00:00
parent 56b24e30c8
commit 4807aae9e3

View File

@@ -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