fpc/rtl/amiga/buildrtl.pp
2022-02-02 10:44:59 +01:00

17 lines
289 B
ObjectPascal

unit buildrtl;
interface
uses
si_prc,
athreads, dos, sysutils,
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128,
ctypes, strings,
rtlconsts, sysconst, math, types,
typinfo, fgl, classes,
charset, character, getopts;
implementation
end.