buildrtl.pp 412 B

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