added secure deprecate define for win32-msvc2008

This commit is contained in:
Marco Di Benedetto dibenedetto 2009-07-07 15:12:05 +00:00
parent b748260569
commit bdc4ef8117

View File

@ -31,6 +31,7 @@ win32:DEFINES += NOMINMAX
# the following line is to hide the hundred of warnings about the deprecated
# old printf are all around the code
win32-msvc2005:DEFINES += _CRT_SECURE_NO_DEPRECATE
win32-msvc2008:DEFINES += _CRT_SECURE_NO_DEPRECATE
CONFIG(release){
# Uncomment the following line to disable assert in mingw
#DEFINES += NDEBUG