pierre 86f0e64b17 * vmt address pushed for CHECK_OBJECT was not removed from stack hace 27 años
..
amiga 526c0e0d49 + Initial revision by Nils Sjoholm hace 27 años
atari 4620a73a9b * FPC_ names hace 27 años
dos 97bbe41037 + io-error 103 added hace 27 años
i386 86f0e64b17 * vmt address pushed for CHECK_OBJECT was not removed from stack hace 27 años
inc b32111a3e2 * also check fmInput,fmOutput hace 27 años
linux 99b1865d05 - removed hace 27 años
m68k a166bd1bca * FillChar and FillObject bugfix, count was compared with byte hace 27 años
objpas ced8b68930 + Added packrecords 1 hace 27 años
os2 7c0bfa9585 + added warning about TABs hace 27 años
palmos e529231c8f + Initial revision hace 27 años
template 7c0bfa9585 + added warning about TABs hace 27 años
win32 292e21df12 * needs asw to link correctly wprt0 or wdllprt0 file hace 27 años
COPYING d26cb63037 * merged fixes hace 27 años
COPYING.FPC d26cb63037 * merged fixes hace 27 años
Makefile 701495b640 + added rtlamiga target hace 27 años
README 44ba44d026 * Renamed from readme to README hace 27 años

README

This is the Run-Time Library (RTL) tree for FPK Pascal.

In order to use the DJGPP make under dos
all / are converted into \ in the RTL,
this means that you cannot use make for builing the RTL
from and older version of the RTL (that doesnot have this feature).
To compile this version under DOS use newrtl.bat or newrtl1.bat.

To recompile the RTL, edit the main makefile. The makefiles NEED a GNU make
compatible make, they need unix-like 'rm' and 'mv' commands. You can find
these in the gnuutils package on the ftp site.

You must set:
The compiler to use
- If you specify a path, set an ABSOLUTE path !!
The directory where to install the libraries.
- Under DOS, this directory MUST exist.
- Subdirectories of this directory will be created for each OS
OS dependent files will be installed there.
The OS you are compiling under
- dos, go32v2, linux, os2
- Under linux, you must specify the version of the compiler.
Do you want debugging information included in the RTL.

Optionally, you can set:
- Specify if you want the output of the compiler to be redirected to a file.
- Specify which file to use
- additional options to give to the compiler
- Specify which error-definitions file you want to use
- The program used to make directories
- The program used to install the files in their directories.

You can also set these settings in the makefiles in the different target
directories. The options set there will be overridden if you do a make from
the main makefile.

The main makefile understands the following targets :
- all (compiles RTL for all target OSes)
- native (compiles RTL for the system you're working on)
- rtlgo32v1, rtllinux, rtlgo32v2, rtlos2 (compiles RTL for specific OS)

- clean (cleans all directories )
- native_clean (cleans native directory only)
- diffs ( to create diffs files to a relase version if you have
made improvements so you can send them back to the developpers )
( this need a release RTL tree and to
set REFPATH to the directory )
- diffclean ( to remove all diff files, usefull if you change REFPATH)
- install (does install for all target OSes)
- native_install (does install for the system you're working on)

- libs (makes libraries from ALL the rtl units)
- nativelibs (makes libraries for the system you're working on)
- libinstall (makes and installs libraries for all the OSes)
- native_libinstall (makes and installs libraries for the system
you're working on)

- utils (makes utilities in the utils subdirectory)
- utils_install (makes and installs utilities in the utils subdirectory)

Enjoy!