added -mwindows to plug-ins linkage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4205 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5681a903ab
commit
20521a99e9
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ plugin_env.Append(CCFLAGS = '-Os') # optimize for size
|
|||
plugin_env.Append(CCFLAGS = '-Wall') # level 3 warnings
|
||||
|
||||
plugin_env.Append(LINKFLAGS = '-s') # strip
|
||||
plugin_env.Append(LINKFLAGS = '-mwindows') # build windows executables
|
||||
plugin_env.Append(LINKFLAGS = '$ALIGN_FLAG') # 512 bytes align
|
||||
plugin_env.Append(LINKFLAGS = '$MAP_FLAG') # generate map file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue