peter d19599fd1c * updated to new style hace 27 años
..
amiga d19599fd1c * updated to new style hace 27 años
atari 6937b1128a + compile time stack size setting hace 27 años
dos 211a219d75 * fixed chdir with drive changing hace 27 años
i386 d5df96ef6a * corrected a bug introduced by my last change hace 27 años
inc 23225bea44 * reset bufpos,bufend in opentext like tp7 hace 27 años
linux d0f86beed2 * fixed #8 writing hace 27 años
m68k d5df96ef6a * corrected a bug introduced by my last change hace 27 años
objpas 9a3bbdd7f2 + initial revision: hace 27 años
os2 4fc8eb51af + Added support for errorproc. Changed runerror to HandleError hace 27 años
palmos 4bfe7caea3 + PilotMain implemented hace 27 años
template cb2b504eb1 + rtti for objects and classes hace 27 años
win32 a0eda71f84 * compilable windows.pp file hace 27 años
COPYING d1a1f501c8 Initial revision hace 28 años
COPYING.FPC d1a1f501c8 Initial revision hace 28 años
makefile 5b50aa04b7 + Added clean targets for utils. hace 27 años
readme cb3964071a * changed rtldos to rtlgo32v1 hace 28 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.

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!