buildrtl.pp 789 B

123456789101112131415161718192021222324252627
  1. { This unit is only used to edit the rtl with lazarus }
  2. unit buildrtl;
  3. interface
  4. uses
  5. system, unixtype, ctypes, baseunix, strings, objpas, macpas, syscall, unixutil, heapmgr,
  6. fpintres, heaptrc, lineinfo, lnfodwrf,
  7. termio, unix, linux, initc, cmem, mmx,
  8. crt, printer, linuxvcs,
  9. sysutils, typinfo, math, matrix, varutils,
  10. charset, ucomplex, getopts,
  11. errors, sockets, gpm, ipc, serial, terminfo, dl, dynlibs,
  12. video, mouse, keyboard, variants, types, dateutils, sysconst, fmtbcd,
  13. cthreads, classes, fgl, convutils, stdconvs, strutils, rtlconsts, dos, objects, cwstring, fpcylix, clocale,
  14. exeinfo,
  15. {$ifdef CPUARM}
  16. stellaris
  17. {$endif CPUARM}
  18. {$ifdef CPUAVR}
  19. atmega128
  20. {$endif CPUAVR}
  21. ;
  22. implementation
  23. end.