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