mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 12:09:32 +02:00
21 lines
356 B
ObjectPascal
21 lines
356 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
athreads, dos, sysutils,
|
|
|
|
exeinfo, lineinfo,
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
typinfo, sortbase, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring, fpintres,
|
|
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;
|
|
|
|
implementation
|
|
|
|
end.
|