florian 468c2476de * we should zero out the data instead of the pointer преди 20 години
..
amiga bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc преди 20 години
arm 4b8ac056da * ifdef for WinCE was added. преди 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 230bd19451 * fixed 2.0.x compilation преди 20 години
emx ea7f415a97 * fix for range check error during compilation преди 20 години
freebsd 6499d65c39 * fixed compilation with 2.0.x преди 20 години
gba 53f8f5ccc0 * properties set преди 20 години
go32v2 bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc преди 20 години
i386 9beb37574e + Removed SHORTSTRCOMPAREINREG define преди 20 години
inc 468c2476de * we should zero out the data instead of the pointer преди 20 години
linux e94b08ae68 * fix shmat from Nikolay Nikolov преди 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 73e81ac45a * inlined few procs. Didn't inline makeraw since that triggers inline WITH bug. преди 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 230bd19451 * fixed 2.0.x compilation преди 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 години
powerpc64 3681639a6a - more PowerPC64 fixes; "Hello World" style programs can be compiled and run преди 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 6499d65c39 * fixed compilation with 2.0.x преди 20 години
watcom bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc преди 20 години
win 398b31226b * Fixed threadvars alignment for ARM CPU. преди 20 години
win32 bd8db92094 * BDR_SUNKENOUTER = 2 преди 20 години
win64 bb70f2f5cc * add fppkg and fpmkunit to the Makefile.fpc преди 20 години
wince e6fc1af8b9 + added rtl/wince aygshell, commctrl start преди 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.