buildrtl.pp 374 B

12345678910111213141516171819202122
  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, unicodenumtable;
  17. implementation
  18. end.