fpc/rtl
sergei 50952945e1 * Moved WideString-related code, which is identical for Win32 and Win64, into syswin.inc
* Defined HAS_WIDESTRINGMANAGER for Win32 and Win64, this allows to smartlink away part of generic widestring routines.

git-svn-id: trunk@17963 -
2011-07-08 20:07:51 +00:00
..
amiga
arm * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. 2011-06-13 04:59:17 +00:00
atari
avr
beos
bsd
darwin
embedded
emx
freebsd
gba
go32v2 * Prevent propagation of ' !proxy' environment variable to programs launched by Dos.exec by renaming it to '_!proxy' after handling in startup code 2011-07-05 06:54:24 +00:00
haiku
i386 * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. 2011-06-13 04:59:17 +00:00
inc * Partially reverted rev.17798: printing the runtime error message must remain in InternalExit. 2011-07-06 17:40:34 +00:00
linux
m68k
macos
mips
mipsel
morphos
nativent * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. 2011-06-13 04:59:17 +00:00
nds * nds: implemented write(ln) output on the screen (it needs flush tough...) 2011-07-03 08:34:52 +00:00
netbsd
netware
netwlibc
objpas * Second patch from Mattias Gaertner (bug 19623, should fix 19633 as well) 2011-06-27 18:34:25 +00:00
openbsd
os2
palmos
powerpc * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. 2011-06-13 04:59:17 +00:00
powerpc64
qnx
solaris * clocale fixed for Solaris, Patch by Ludo Brands, mantis 2011-07-03 18:05:40 +00:00
sparc
symbian
ucmaps
unix * LongdateFormat equals shortdateformat (no longdateformat is available in langinfo) Bug . 2011-07-02 13:42:44 +00:00
watcom
wii
win * Moved WideString-related code, which is identical for Win32 and Win64, into syswin.inc 2011-07-08 20:07:51 +00:00
win32 * Moved WideString-related code, which is identical for Win32 and Win64, into syswin.inc 2011-07-08 20:07:51 +00:00
win64 * Moved WideString-related code, which is identical for Win32 and Win64, into syswin.inc 2011-07-08 20:07:51 +00:00
wince
x86_64
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.