mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
* arm9 binaries are automatically patched
git-svn-id: trunk@5634 -
This commit is contained in:
parent
8a9d059f60
commit
5f81d9e656
@ -758,6 +758,13 @@ begin
|
||||
true,false);
|
||||
end;
|
||||
|
||||
if success and (apptype=app_arm9) then
|
||||
begin
|
||||
success:=DoExec(FindUtil('ndstool'), '-c ' +
|
||||
ChangeFileExt(current_module.exefilename^, '.nds') + ' -9 ' +
|
||||
ChangeFileExt(current_module.exefilename^, preName+target_info.exeext),
|
||||
true,false);
|
||||
end;
|
||||
MakeExecutable:=success; { otherwise a recursive call to link method }
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user