mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:49:30 +02:00
19 lines
267 B
ObjectPascal
19 lines
267 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
athreads, dos, sysutils,
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
lineinfo,
|
|
typinfo, fgl, classes,
|
|
charset, character, getopts,
|
|
fpintres;
|
|
|
|
implementation
|
|
|
|
end.
|