|
@@ -0,0 +1,20 @@
|
|
|
+{ This unit is only used to edit the rtl with lazarus }
|
|
|
+unit buildrtl;
|
|
|
+
|
|
|
+ interface
|
|
|
+
|
|
|
+ uses
|
|
|
+ system, unixtype, ctypes, baseunix, strings, objpas,b macpas, syscall, unixutil,
|
|
|
+ fpintres, heaptrc, lineinfo, lnfodwrf,
|
|
|
+ termio, unix, freebsd, initc, cmem, mmx,
|
|
|
+ crt, printer,
|
|
|
+ sysutils, typinfo, math, matrix, varutils,
|
|
|
+ charset, ucomplex, getopts,
|
|
|
+ errors, sockets, gpm, ipc, serial, terminfo, dl, dynlibs,
|
|
|
+ video, mouse, keyboard, variants, types, dateutils, sysconst, fmtbcd,
|
|
|
+ cthreads, classes, fgl, convutils, stdconvs, strutils, rtlconsts, dos, objects, cwstring, fpcylix, clocale,
|
|
|
+ exeinfo;
|
|
|
+
|
|
|
+ implementation
|
|
|
+
|
|
|
+end.
|