florian 6e2a771c41 * Ansi2Wide inserts ? for unknown chars 20 лет назад
..
amiga bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
arm 8adc1c9b0c + RTL part of WinCE patches from Yuri Sidorov 20 лет назад
atari eb26e1aa39 * missing calls to InitWideStringManager added 20 лет назад
beos bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
bsd 9d9fd923d9 * the 'main' procedure for darwin is now placed in the main program instead 20 лет назад
common d6eb6d8574 + No longer needed. 20 лет назад
darwin bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
emx ea7f415a97 * fix for range check error during compilation 20 лет назад
freebsd 64dd758281 * minor updates 20 лет назад
gba 53f8f5ccc0 * properties set 20 лет назад
go32v2 bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
i386 9beb37574e + Removed SHORTSTRCOMPAREINREG define 20 лет назад
inc 8e09d48591 - removed a writeln I recently committed by accident 20 лет назад
linux 2f011934ef + pull in cthreads 20 лет назад
m68k 4ace790492 * remove $Log 20 лет назад
macos 32fac59ac5 made target macpas compile again 20 лет назад
morphos bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
netbsd bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
netware bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
netwlibc bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
objpas d629426b67 + system qualifier added 20 лет назад
openbsd bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
os2 86e2b7f402 * fix for range check error during compilation 20 лет назад
palmos 4ace790492 * remove $Log 20 лет назад
powerpc 4292e7f939 - removed obsolete FPC_MTFSB0_CORRECTED macro 20 лет назад
solaris bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
sparc 3a2eaa94b1 + Removed INTERNCONSTINTF define 20 лет назад
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 лет назад
unix 6e2a771c41 * Ansi2Wide inserts ? for unknown chars 20 лет назад
watcom bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
win 398b31226b * Fixed threadvars alignment for ARM CPU. 20 лет назад
win32 4f2c0a7049 * don't setup generic widestring routines, this would override the win32 specific ones 20 лет назад
win64 bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 20 лет назад
wince 1cb9b55548 * updated wince\classes.pp stream resource unicode 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 bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc 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.