Tomas Hajny 330e155c08 * cardinal redefinition removed 25 年之前
..
amiga 6b66a55cd6 * truncated log 26 年之前
atari ec29a31834 * copyright 2000 26 年之前
bsd 8e4522215a * smart,shared lib including for rpm/deb 26 年之前
fakertl 22a0fce29c don't include browser info, force $Y- 26 年之前
go32v1 d475c74187 * FileSeek parameter name changed 26 年之前
go32v2 c246def634 * always set SetupLinear to false at the start of the routine (there 26 年之前
i386 91592c2c11 * change .align to .balign 25 年之前
inc 9fd7ba963e * no bufpos reset on flush for fminput 25 年之前
linux 532a344a09 * crtread didn't set f.bufpos back to 0, so it failed if that wasn't 25 年之前
m68k a41bd45aad * 0**n where n<>0 is 0; 0**0 generates RTE 207 26 年之前
objpas 5dbe89f57e * Fixed a small typo in my previous update 25 年之前
os2 330e155c08 * cardinal redefinition removed 25 年之前
palmos ec29a31834 * copyright 2000 26 年之前
template a1064939f4 * parameter name change in FileSeek 26 年之前
win32 989024b293 * use ioctlsocket in fdRead 25 年之前
COPYING 219026b171 Corrected License to Library license and FSF adress 27 年之前
COPYING.FPC 219026b171 Corrected License to Library license and FSF adress 27 年之前
Makefile 8e4522215a * smart,shared lib including for rpm/deb 26 年之前
Makefile.fpc 9694a38178 * small updates 26 年之前
README e871a752bb Adapted README to current build system 27 年之前

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.