fpc/ide/compiler/compunit.pas
2005-02-14 17:13:06 +00:00

24 lines
286 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.4 2005-02-14 17:13:19 peter
* truncate log
}