fpc/rtl
2001-06-07 21:16:30 +00:00
..
amiga * system unit name change corrections 2001-03-21 21:17:58 +00:00
atari * system unit name change corrections 2001-03-21 21:17:58 +00:00
beos * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
fakertl + removed logs 2000-07-13 11:32:24 +00:00
freebsd * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
go32v1 * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
go32v2 * fixed empty arguments 2001-06-07 21:16:30 +00:00
i386 * some fixes for widestrings and variants 2001-05-31 22:42:56 +00:00
inc * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
linux * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
m68k + Conditionals fixed 2000-07-14 10:33:09 +00:00
netware * eoutofmemory and einvalidpointer fix 2001-06-03 15:18:01 +00:00
objpas * added constant 2001-06-04 18:45:58 +00:00
os2 * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
palmos * system unit name change corrections 2001-03-25 11:05:48 +00:00
powerpc * changed 'bdnzeq cr0' to 'bdnzt cr0*4+eq' 2001-03-03 13:54:26 +00:00
sunos * sunos file 2001-06-02 00:34:22 +00:00
template * added empty template 2001-06-02 19:45:32 +00:00
ucmaps + initial revision of unicode conversion files 2000-08-17 07:45:46 +00:00
unix * FSStat to StatFS 2001-06-03 20:19:09 +00:00
win32 * fixed empty arguments 2001-06-07 21:16:30 +00:00
COPYING Corrected License to Library license and FSF adress 1999-03-29 12:15:57 +00:00
COPYING.FPC Corrected License to Library license and FSF adress 1999-03-29 12:15:57 +00:00
Makefile * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
Makefile.fpc * include target dir only for target 2001-06-02 19:23:29 +00:00
README * updated info 2001-02-11 12:17:21 +00:00

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)

Some variables that you may want to set (using 'make <variable>="value"') are:

  FPC             - 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 will also compile everything.

Enjoy.