123456789101112131415161718192021 |
- 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.
|