added MSVCRT_FLAG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4963 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
78a980fe03
commit
b293ebb229
4 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,7 @@ if os.environ.has_key('WXWIN'):
|
|||
libs,
|
||||
res = rc,
|
||||
resources = resources,
|
||||
flags = ['/MD', '$EXCEPTION_FLAG'],
|
||||
flags = ['$MSVCRT_FLAG', '$EXCEPTION_FLAG'],
|
||||
libpath = wxlib,
|
||||
incpath = wxinc,
|
||||
root_util = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue