buildrtl.pp 438 B

123456789101112131415161718192021222324252627
  1. unit buildrtl;
  2. interface
  3. uses
  4. si_prc,
  5. athreads, dos, sysutils,
  6. ctypes, strings,
  7. rtlconsts, sysconst, math, types,
  8. exeinfo,
  9. {$ifdef cpui386}
  10. cpu, mmx, lineinfo,
  11. {$endif}
  12. {$ifdef cpux86_64}
  13. cpu,
  14. {$endif}
  15. typinfo, sortbase, fgl, classes,
  16. charset, character, getopts,
  17. fpwidestring, fpintres,
  18. softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;
  19. implementation
  20. end.