Tomas Hajny 46b6598b8c * 'solution' for a compiler problem 26 år sedan
..
amiga 33aac9b556 + system_exit procedure added 27 år sedan
atari 33aac9b556 + system_exit procedure added 27 år sedan
fakertl f3079dff58 + more types 26 år sedan
go32v1 78aebb31d3 * fixed fullwin,textbackground 26 år sedan
go32v2 7c95eb4053 + Small fix from Michael Baikov in setup_params 26 år sedan
i386 344a35fec1 Object finalization data fixed 26 år sedan
inc a4b08bdef9 * small speed improvements 26 år sedan
linux acb80bde47 * moved gettext to fcl 26 år sedan
m68k a166bd1bca * FillChar and FillObject bugfix, count was compared with byte 27 år sedan
objpas 8e54ea14a0 * moved to fcl, since it needs classes 26 år sedan
os2 46b6598b8c * 'solution' for a compiler problem 26 år sedan
palmos e905aeea04 * most of the Object Pascal stuff moved to the system unit 26 år sedan
template 67121a8e17 * removed obsolete makefiles 26 år sedan
win32 45233bf8bb * some fixes (KEY_EVENT_STRUCT was wrong) 26 år sedan
COPYING 219026b171 Corrected License to Library license and FSF adress 26 år sedan
COPYING.FPC 219026b171 Corrected License to Library license and FSF adress 26 år sedan
Makefile f7812b9f34 * fixes to work with the new makefile 26 år sedan
README e871a752bb Adapted README to current build system 26 år sedan

README

This is the Run-Time Library (RTL) tree for Free Pascal.

To recompile the RTL, edit the main makefile. The makefiles NEED a GNU make
compatible make, they need unix-like 'rm' and 'mv' commands, as well as some
others. You can find these in the gnuutils package on the ftp site.

The main makefile is located ABOVE the RTL tree. It uses the FPC
makefile.fpc to guess reasonable defaults for everything it needs.
(these files can be found in base.zip on the FTP site)

The only variable that you may want to set are
PP - What compiler to use. Use an absolute path.
(default is ppc386)
UNITINSTALLDIR - Where to install the RTL units
OPT - any special options you want to set for the compiler.

In principle, you can also descend into the subdirectory of your OS, and
type 'make' there, that should also compile everything.

Enjoy.