mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 04:19:12 +02:00
24 lines
320 B
ObjectPascal
24 lines
320 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
athreads, dos, sysutils,
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
|
|
exeinfo,
|
|
{$ifdef cpui386}
|
|
lineinfo,
|
|
{$endif}
|
|
|
|
typinfo, sortbase, fgl, classes,
|
|
charset, character, getopts,
|
|
fpintres;
|
|
|
|
implementation
|
|
|
|
end.
|