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

  interface

    uses
      si_prc,

      ctypes, strings,
      rtlconsts, {sysconst,} {math,} {types,}
      {typinfo,} sortbase, {fgl,} {classes,}
      charset, {character,} {getopts,}
      fpwidestring;

  implementation

end.