buildrtl.pp 250 B

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