mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
* run EMX linker quietly
git-svn-id: trunk@29000 -
This commit is contained in:
parent
a593cc2def
commit
0a74c30351
@ -396,7 +396,7 @@ begin
|
||||
with Info do
|
||||
begin
|
||||
ExeCmd[1]:='ld $OPT -o $OUT @$RES';
|
||||
ExeCmd[2]:='emxbind -b $STRIP $MAP $APPTYPE $RSRC -k$STACKKB -h1 -o $EXE $OUT -ai -s8';
|
||||
ExeCmd[2]:='emxbind -b $STRIP $MAP $APPTYPE $RSRC -k$STACKKB -h1 -q -o $EXE $OUT -ai -s8';
|
||||
if Source_Info.Script = script_dos then
|
||||
ExeCmd[3]:='del $OUT';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user