mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:19:28 +02:00
20 lines
281 B
ObjectPascal
20 lines
281 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
{$ifdef cpum68k}
|
|
si_prc,
|
|
{$endif}
|
|
sysutils, dos,
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
typinfo, sortbase, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring;
|
|
|
|
implementation
|
|
|
|
end.
|