mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 16:02:32 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() It is done in the following way: When unit is compiled, .rc file are compiled to .res and list of unit's resource files is stored in .ppu Before final linking all program's .res files are collected into global .res file (.res files are easily concatenated). Then this global .res files is compiled to single .or file, which is linked to executable. As a result global resource index is created and the problem is fixed. Old resource processing behavior still supported when tresinfo.rcbin is not set for target. New resource processing is activated for windows and linux. Cross compiled windres can be used to compile .rc files on linux. git-svn-id: trunk@7515 - |
||
---|---|---|
compiler | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |