fpc/rtl/atari/buildrtl.pp
Károly Balogh 58f85ed4e4 atari: dos unit skeleton for atari. to be implemented.
git-svn-id: trunk@35253 -
2017-01-07 01:15:45 +00:00

19 lines
251 B
ObjectPascal

unit buildrtl;
interface
uses
{$ifdef cpum68k}
si_prc,
{$endif}
sysutils, dos,
ctypes, strings,
rtlconsts, sysconst, math, types,
typinfo, fgl, classes,
charset, character, getopts;
implementation
end.