mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* fixed for m68k
This commit is contained in:
parent
4956991f0b
commit
4741a526c3
@ -65,11 +65,14 @@ Implementation
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Script,globals,systems,verbose
|
Script,globals,systems,verbose
|
||||||
|
{$ifdef i386}
|
||||||
|
,win_targ
|
||||||
|
{$endif}
|
||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
,linux
|
,linux
|
||||||
{$endif}
|
{$endif}
|
||||||
,dos
|
,dos
|
||||||
,win_targ;
|
;
|
||||||
|
|
||||||
{$ifndef linux}
|
{$ifndef linux}
|
||||||
Procedure Shell(command:string);
|
Procedure Shell(command:string);
|
||||||
@ -425,8 +428,10 @@ begin
|
|||||||
end;
|
end;
|
||||||
DoExec(bindbin,s,false,false);
|
DoExec(bindbin,s,false,false);
|
||||||
end;
|
end;
|
||||||
|
{$ifdef i386}
|
||||||
if target_info.target=target_Win32 then
|
if target_info.target=target_Win32 then
|
||||||
win_targ.postprocessexecutable;
|
win_targ.postprocessexecutable;
|
||||||
|
{$endif}
|
||||||
{Remove ReponseFile}
|
{Remove ReponseFile}
|
||||||
if (success) and not(cs_link_extern in aktglobalswitches) then
|
if (success) and not(cs_link_extern in aktglobalswitches) then
|
||||||
RemoveFile(LinkResName);
|
RemoveFile(LinkResName);
|
||||||
@ -491,7 +496,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.23 1998-09-03 17:39:04 florian
|
Revision 1.24 1998-09-07 18:32:45 peter
|
||||||
|
* fixed for m68k
|
||||||
|
|
||||||
|
Revision 1.23 1998/09/03 17:39:04 florian
|
||||||
+ better code for type conversation longint/dword to real type
|
+ better code for type conversation longint/dword to real type
|
||||||
|
|
||||||
Revision 1.22 1998/09/01 09:01:00 peter
|
Revision 1.22 1998/09/01 09:01:00 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user