applied patch #1667950 - Silence spurious warnings when compiling with VC8
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4957 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7a9faeb2a5
commit
1a7016361c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ defenv['SUBSYS_CON'] = '/subsystem:console'
|
|||
if float(defenv['MSVS_VERSION'].replace('Exp','')) >= 8.0:
|
||||
defenv['EXCEPTION_FLAG'] = '/EHsc'
|
||||
defenv.Append(CCFLAGS = '/GS-')
|
||||
defenv.Append(CPPDEFINES = ['_CRT_SECURE_NO_WARNINGS', '_CRT_NONSTDC_NO_WARNINGS'])
|
||||
else:
|
||||
defenv['EXCEPTION_FLAG'] = '/GX'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue