summaryrefslogtreecommitdiff
path: root/rtl/nativent/buildrtl.pp
blob: 44da79956847e24db348568cca7674b5182dce62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
unit buildrtl;

  interface

    uses
      ndk, ndkutils, ddk,
      ctypes, strings,
      rtlconsts, sysconst, sysutils, math, types,
      typinfo, fgl, classes,
{$ifdef cpui386}
      mmx, cpu,
{$endif}
{$ifdef cpux86_64}
      cpu,
{$endif}
      charset, cpall, getopts;

  implementation

end.