2
0

buildrtl.pp 289 B

12345678910111213141516
  1. unit buildrtl;
  2. interface
  3. uses
  4. si_prc,
  5. athreads, dos, sysutils,
  6. softfpu, sfpux80, ufloatx80, sfpu128, ufloat128,
  7. ctypes, strings,
  8. rtlconsts, sysconst, math, types,
  9. typinfo, fgl, classes,
  10. charset, character, getopts;
  11. implementation
  12. end.