mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 02:54:36 +00:00
added secure deprecate define for win32-msvc2008
This commit is contained in:
parent
b748260569
commit
bdc4ef8117
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user