fpc/rtl/atari/buildrtl.pp
Károly Balogh 47b5d0b92e atari: added the fpwidestring unit to the RTL build
git-svn-id: trunk@44310 -
2020-03-18 00:44:49 +00:00

20 lines
281 B
ObjectPascal

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.