peter 8dfc3a564d * fixed @ with var parameters 25 лет назад
..
amiga 6b66a55cd6 * truncated log 26 лет назад
atari ec29a31834 * copyright 2000 26 лет назад
bsd a5c620454c * added cprt0 to makefile 26 лет назад
fakertl 22a0fce29c don't include browser info, force $Y- 26 лет назад
go32v1 438fb1b82b * fix for bug #923 26 лет назад
go32v2 f4e01e9524 * Added default error value to GetInoOutRes function 26 лет назад
i386 bf20aa47d9 * fix ingnored assembler error in IndexDWord 26 лет назад
inc 2f715a886a * disable check in Exit and Error code 25 лет назад
linux 8dfc3a564d * fixed @ with var parameters 25 лет назад
m68k a41bd45aad * 0**n where n<>0 is 0; 0**0 generates RTE 207 26 лет назад
objpas edd14ed266 + GetPropInfo now case insensitive 26 лет назад
os2 8b07877e8a + FSearch and Find* reworked 26 лет назад
palmos ec29a31834 * copyright 2000 26 лет назад
template a41bd45aad * 0**n where n<>0 is 0; 0**0 generates RTE 207 26 лет назад
win32 f210e534e1 * added getlongname and getshortname 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 6ea5534991 * added extra ifdef to check if there are some objects else some 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.