buildrtl.pp 235 B

12345678910111213141516
  1. unit buildrtl;
  2. interface
  3. uses
  4. si_prc,
  5. athreads, dos, sysutils,
  6. ctypes, strings,
  7. rtlconsts, sysconst, math, types,
  8. typinfo, fgl, classes,
  9. charset, character, getopts;
  10. implementation
  11. end.