mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 05:59:07 +02:00
20 lines
301 B
ObjectPascal
20 lines
301 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;
|
|
|
|
implementation
|
|
|
|
end.
|