fpc/rtl
2014-01-14 15:23:55 +00:00
..
aix * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
amiga
android * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
arm
atari
avr
beos * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
bsd
charmaps
darwin * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
embedded
emx * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
freebsd * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
gba
go32v2
haiku * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
i386
i8086
inc + Add a new overload to DynLibs to allow loading by Ordinal only. This needs specific operating system support however and will return Nil (using a default implementation) if ordinals are not supported. 2014-01-14 15:23:55 +00:00
java
jvm
linux * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
m68k
macos
mips
mipsel
morphos * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
msdos
nativent
nds
netbsd Remove objects from RTL unit list for netbsd 2014-01-13 22:23:24 +00:00
netware * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
netwlibc * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
objpas * always use the *W version of the Windows API in ExtractShortPathName() so 2014-01-13 22:21:09 +00:00
openbsd Recompiled with pic option 2014-01-13 23:07:56 +00:00
os2 * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
palmos
powerpc
powerpc64
qnx
solaris * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
sparc
symbian
ucmaps
unix * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
watcom
wii
win + Add a new overload to DynLibs to allow loading by Ordinal only. This needs specific operating system support however and will return Nil (using a default implementation) if ordinals are not supported. 2014-01-14 15:23:55 +00:00
win32 * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
win64 * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
wince + Add a new overload to DynLibs to allow loading by Ordinal only. This needs specific operating system support however and will return Nil (using a default implementation) if ordinals are not supported. 2014-01-14 15:23:55 +00:00
x86_64 * x86_64: Adjust result of fpc_longjmp without using branches. 2014-01-10 07:29:28 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile
Makefile.fpc
README.txt

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
FPC             - What compiler to use. Use an absolute path. 
                  (default is ppc386)
INSTALL_UNITDIR - 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.

The tree contains subdirectories for all the supported operating systems,
as well as all processor architectures. The processor directories contain
low-level routines which are required for the system unit (if they are not 
available in high-level language form), as well as optimized versions of
the pascal generic routines (the generic routine source code is localed in
the inc subdirectory).

The following directories are not supported officially and may not work
correctly with FreePascal v1.0:

go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
palmos - The PalmOS directory for the Dragonball (incomplete)


Enjoy.