Jonas Maebe acabc4c7fa * fixed VlineVESA256 and re-enabled it in graph.inc пре 26 година
..
amiga 3b5373c08a * fixed do_open flags to be > $100, becuase filemode can be upto 255 пре 26 година
atari 3b5373c08a * fixed do_open flags to be > $100, becuase filemode can be upto 255 пре 26 година
fakertl f3079dff58 + more types пре 26 година
go32v1 c35eba9070 * fpcmake updates пре 26 година
go32v2 acabc4c7fa * fixed VlineVESA256 and re-enabled it in graph.inc пре 26 година
i386 5ffd2e21d4 * reinstated old random generator, but modified it so the integer пре 26 година
inc acabc4c7fa * fixed VlineVESA256 and re-enabled it in graph.inc пре 26 година
linux c35eba9070 * fpcmake updates пре 26 година
m68k a166bd1bca * FillChar and FillObject bugfix, count was compared with byte пре 27 година
objpas 78d5e706ac * exception address fixes пре 26 година
os2 c35eba9070 * fpcmake updates пре 26 година
palmos 36951b9c93 * now using direct assembler mode пре 26 година
template 9d60deed06 * inserted as templates пре 26 година
win32 c35eba9070 * fpcmake updates пре 26 година
COPYING 219026b171 Corrected License to Library license and FSF adress пре 27 година
COPYING.FPC 219026b171 Corrected License to Library license and FSF adress пре 27 година
Makefile 41c91ed6b3 * package dependencies пре 26 година
Makefile.fpc 41c91ed6b3 * package dependencies пре 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.