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

  interface

    uses
      si_prc,
      sysutils,

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

  implementation

end.