mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:49:30 +02:00
* made ar'ing of smartlinked libraries a lot faster
git-svn-id: trunk@3235 -
This commit is contained in:
parent
adea84b807
commit
6738df45e8
@ -234,8 +234,9 @@ interface
|
||||
|
||||
parinfo = ^tarinfo;
|
||||
tarinfo = record
|
||||
id : tar;
|
||||
arcmd : string[50];
|
||||
id : tar;
|
||||
arcmd : string[50];
|
||||
arfinishcmd : string[10];
|
||||
end;
|
||||
|
||||
presinfo = ^tresinfo;
|
||||
|
Loading…
Reference in New Issue
Block a user