Fixes for MinGW (substart and system.dll still broken)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6154 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
96af71d0d1
commit
fd1febb2f0
4 changed files with 17 additions and 4 deletions
|
@ -31,7 +31,7 @@ defenv['ALIGN_FLAG'] = '-Wl,--file-alignment,512'
|
|||
defenv['CPP_REQUIRES_STDLIB'] = 1
|
||||
defenv['SUBSYS_CON'] = '-Wl,--subsystem,console'
|
||||
defenv['MSVCRT_FLAG'] = ''
|
||||
defenv['STDCALL'] = ' __attribute__((__stdcall__))'
|
||||
defenv['STDCALL'] = '__attribute__((__stdcall__))'
|
||||
|
||||
### defines
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue