added NSIS_CONFIG_LOG_STDOUT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4510 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cfec122ba1
commit
94f7f3b673
11 changed files with 45 additions and 10 deletions
|
@ -76,6 +76,11 @@ env.Append(CPPDEFINES = ['WIN32_LEAN_AND_MEAN'])
|
|||
env.Append(CPPDEFINES = ['_WIN32_IE=0x0500'])
|
||||
env.Append(CPPDEFINES = env['NSIS_CPPDEFINES'])
|
||||
|
||||
### Some other settings
|
||||
|
||||
if 'NSIS_CONFIG_LOG_STDOUT' in env['NSIS_CPPDEFINES']:
|
||||
env.Append(LINKFLAGS = env['SUBSYS_CON'])
|
||||
|
||||
### Compression specific configuration
|
||||
|
||||
if compression == 'bzip2':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue