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

  interface

    uses
{$ifdef cpum68k}
      si_prc,
{$endif}
      sysutils, dos,

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

  implementation

end.