buildrtl.pp 251 B

123456789101112131415161718
  1. unit buildrtl;
  2. interface
  3. uses
  4. {$ifdef cpum68k}
  5. si_prc,
  6. {$endif}
  7. sysutils, dos,
  8. ctypes, strings,
  9. rtlconsts, sysconst, math, types,
  10. typinfo, fgl, classes,
  11. charset, character, getopts;
  12. implementation
  13. end.