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

  interface

    uses
      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.