mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +02:00
* also write out the assembler invocation when using pipes
git-svn-id: trunk@31803 -
This commit is contained in:
parent
392af652df
commit
ff4847f685
@ -634,6 +634,9 @@ Implementation
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
Message1(exec_i_assembling_pipe,owner.AsmFileName);
|
Message1(exec_i_assembling_pipe,owner.AsmFileName);
|
||||||
|
if checkverbosity(V_Executable) then
|
||||||
|
comment(V_Executable,'Executing "'+maybequoted(owner.FindAssembler)+'" with command line "'+
|
||||||
|
owner.MakeCmdLine+'"');
|
||||||
POpen(outfile,maybequoted(owner.FindAssembler)+' '+owner.MakeCmdLine,'W');
|
POpen(outfile,maybequoted(owner.FindAssembler)+' '+owner.MakeCmdLine,'W');
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user