Basic AMD64 System::Call support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6444 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a7261be70c
commit
a7076ff238
9 changed files with 268 additions and 46 deletions
|
@ -45,7 +45,8 @@ defenv.Append(CPPDEFINES = [('NSISCALL', '$STDCALL')])
|
|||
|
||||
### asm
|
||||
|
||||
defenv.Append(ASFLAGS = ['/coff'])
|
||||
if 'x86' in defenv.get('TARGET_ARCH','x86'):
|
||||
defenv.Append(ASFLAGS = ['/coff']) # ML64 does not support /coff
|
||||
|
||||
### debug
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue