mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-17 22:11:44 +02:00
Fix compilation of NativeNT after the recent RTL changes
git-svn-id: trunk@26411 -
This commit is contained in:
parent
67e64e8be3
commit
d87c503881
@ -5,18 +5,15 @@ unit buildrtl;
|
||||
uses
|
||||
ndk, ndkutils, ddk,
|
||||
ctypes, strings,
|
||||
matrix,
|
||||
rtlconsts, sysconst, sysutils, math, types,
|
||||
strutils, dateutils, varutils, variants, typinfo, fgl, classes,
|
||||
convutils, stdconvs,
|
||||
strutils, typinfo, fgl, classes,
|
||||
{$ifdef cpui386}
|
||||
mmx, cpu,
|
||||
{$endif}
|
||||
{$ifdef cpux86_64}
|
||||
cpu,
|
||||
{$endif}
|
||||
charset, cpall, ucomplex, getopts,
|
||||
fmtbcd;
|
||||
charset, cpall, getopts;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user