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

  interface

    uses
      ndk, ndkutils, ddk,
      ctypes, strings,
      dos,
      rtlconsts, sysconst, sysutils, math, types,
      typinfo, fgl, classes,
{$ifdef cpui386}
      mmx, cpu,
{$endif}
{$ifdef cpux86_64}
      cpu,
{$endif}
      charset, cpall, getopts,
      character, fpwidestring, unicodedata, unicodenumtable,
      softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;

  implementation

end.