mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
23 lines
374 B
ObjectPascal
23 lines
374 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
ndk, ndkutils, ddk,
|
|
ctypes, strings,
|
|
dos,
|
|
rtlconsts, sysconst, sysutils, math, types,
|
|
typinfo, fgl, classes,
|
|
{$ifdef cpui386}
|
|
mmx, cpu,
|
|
{$endif}
|
|
{$ifdef cpux86_64}
|
|
cpu,
|
|
{$endif}
|
|
charset, cpall, getopts,
|
|
character, fpwidestring, unicodedata, unicodenumtable;
|
|
|
|
implementation
|
|
|
|
end.
|