mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 22:39:06 +02:00
27 lines
380 B
ObjectPascal
27 lines
380 B
ObjectPascal
{
|
|
$Id$
|
|
|
|
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.
|
|
{
|
|
$Log$
|
|
Revision 1.3 2002-10-30 21:53:05 pierre
|
|
* also compile ppheap unit
|
|
|
|
Revision 1.2 2002/09/07 15:40:51 peter
|
|
* old logs removed and tabs fixed
|
|
|
|
}
|