summaryrefslogtreecommitdiff
path: root/rtl/darwin/buildrtl.pp
blob: c64b8960ae087e03958686835857890b45fffdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{ This unit is only used to edit the rtl with lazarus }
unit buildrtl;

  interface

    uses
      { those units are directly build using make:
        system uuchar objpas macpas iso7185 cpall lineinfo lnfodwrf
      }
      macpas, iso7185,
      fpintres, // $(SYSINIT_UNITS) \
      si_prc, si_c, si_g, si_dll,
      unixtype, ctypes, baseunix, strings, extpas, syscall, unixutil,
      heaptrc,
      termio, unix, initc, cmem,
{$ifdef CPUI386}
      mmx,
{$endif CPUI386}
      linuxvcs,
      sysutils, typinfo, math,
      charset, cpall, character, unixcp, getopts,
      errors, dl, dynlibs,
      types, sysconst, fpwidestring,
      cthreads, sortbase, classes, fgl, rtlconsts, dos, cwstring, bsd, fpcylix,
      softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;

  implementation

end.