mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 06:54:13 +02:00

- lowers build times - ide is not that important anymore than years before - other utils like pastojs are also located in the packages tree git-svn-id: trunk@37926 -
17 lines
204 B
ObjectPascal
17 lines
204 B
ObjectPascal
{
|
|
|
|
Build file for the compiler units. This is also a unit so
|
|
that there will be no linking
|
|
}
|
|
unit compunit;
|
|
interface
|
|
uses
|
|
ppheap,
|
|
compiler,
|
|
comphook,
|
|
cpuinfo,
|
|
browcol;
|
|
|
|
implementation
|
|
end.
|