fix gcc build

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6543 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2014-10-05 21:04:19 +00:00
parent 758fcd8ce6
commit 59bdbf2614
2 changed files with 1 additions and 4 deletions

View file

@ -143,6 +143,7 @@ makensis_env.Append(CCFLAGS = ['/Fa${TARGET}.lst']) # listing file name
makensis_env.Append(CCFLAGS = [defenv['MSVCRT_FLAG']])
makensis_env.Append(LINKFLAGS = ['$MAP_FLAG']) # generate map file
makensis_env.Append(LINKFLAGS = ['$SUBSYS_CON']) # console executable
if defenv['UNICODE']:
makensis_env.Append(LINKFLAGS = ['/STACK:2097152']) # need 2 MB of stack in Unicode (default is 1 MB)

View file

@ -73,10 +73,6 @@ 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