buildrtl.pp 252 B

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