mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-17 12:17:20 +02:00

+ automatically loaded helper unit * Makefiles adapted * mode switch * mode switches reorganized + TimeStamp support git-svn-id: trunk@32330 -
21 lines
356 B
ObjectPascal
21 lines
356 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
extpas,
|
|
ctypes, strings,
|
|
heaptrc,
|
|
windows, cmem, dynlibs,
|
|
dos, messages,
|
|
rtlconsts, sysconst, sysutils, math, types,
|
|
typinfo, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring,
|
|
sharemem, fpintres, windirs,
|
|
cpu, signals;
|
|
|
|
implementation
|
|
|
|
end.
|