mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 09:29:02 +02:00
22 lines
388 B
ObjectPascal
22 lines
388 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
sysinit,
|
|
extpas,
|
|
ctypes, strings,
|
|
heaptrc,
|
|
windows, cmem, dynlibs,
|
|
dos, messages,
|
|
rtlconsts, sysconst, sysutils, math, types,
|
|
typinfo, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring,
|
|
sharemem, exeinfo, fpintres, windirs,
|
|
cpu, signals, sfpux80;
|
|
|
|
implementation
|
|
|
|
end.
|