1234567891011121314151617181920212223 |
- unit buildrtl;
- interface
- uses
- si_prc,
- athreads, dos, sysutils,
- ctypes, strings,
- rtlconsts, sysconst, math, types,
- exeinfo,
- {$ifdef cpui386}
- lineinfo,
- {$endif}
- typinfo, sortbase, fgl, classes,
- charset, character, getopts,
- fpintres;
- implementation
- end.
|