florian 63ed93fc24 * fixed previous commit преди 20 години
..
amiga 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
arm 8adc1c9b0c + RTL part of WinCE patches from Yuri Sidorov преди 20 години
atari 21425e303c + Removed HASVARIANT define преди 20 години
beos 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
bsd 9d9fd923d9 * the 'main' procedure for darwin is now placed in the main program instead преди 20 години
common d6eb6d8574 + No longer needed. преди 20 години
darwin 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
emx 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
freebsd 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
gba 53f8f5ccc0 * properties set преди 20 години
go32v2 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
i386 9beb37574e + Removed SHORTSTRCOMPAREINREG define преди 20 години
inc 7184d30fc1 + Fixed bootstrap problem for resources преди 20 години
linux c15d1b280f + Initial implementation of RTL resource support преди 20 години
m68k 4ace790492 * remove $Log преди 20 години
macos 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
morphos 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
netbsd 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
netware 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
netwlibc 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
objpas 24cf46266d * Added WinCE defines. преди 20 години
openbsd 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
os2 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
palmos 4ace790492 * remove $Log преди 20 години
powerpc 4292e7f939 - removed obsolete FPC_MTFSB0_CORRECTED macro преди 20 години
solaris 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
sparc 3a2eaa94b1 + Removed INTERNCONSTINTF define преди 20 години
ucmaps a78efe6cb9 + initial revision of unicode conversion files преди 25 години
unix 63ed93fc24 * fixed previous commit преди 20 години
watcom 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
win 398b31226b * Fixed threadvars alignment for ARM CPU. преди 20 години
win32 28d2110478 * Ansi* functions are now assigned to widestringmanager преди 20 години
win64 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
wince 9bccd2a725 + Added SysUtils, Classes, Messages units for WinCE. преди 20 години
x86_64 6a279f8569 * small compilation fixes for win64 system unit преди 20 години
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 преди 21 години
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 преди 21 години
Makefile 8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake преди 20 години
Makefile.fpc 67cdcd11e7 * fixed makefiles for wince support преди 20 години
README 57f0c736a6 * updated variables преди 24 години
fpmake.inc 53744e2ac5 + Moved AllOSs and AllCPUs to fpmkunit преди 20 години
fpmake.pp 03f441c966 + Initial check-in преди 20 години

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
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.