fixed vs2012 builds
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6542 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d42a4f16a6
commit
758fcd8ce6
3 changed files with 13 additions and 3 deletions
|
@ -73,6 +73,10 @@ AddZLib(env, env['PLATFORM'], 'install-compiler')
|
|||
env.Append(CPPDEFINES = ['MAKENSIS'])
|
||||
env.Append(CPPDEFINES = ['_WIN32_IE=0x0500'])
|
||||
|
||||
##### Gnereal settings
|
||||
|
||||
env.Append(LINKFLAGS = ['$SUBSYS_CON'])
|
||||
|
||||
##### Set PCH
|
||||
|
||||
# XXX doesn't work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue