fpc/ide/compiler/compunit.pas
fpc 50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00

24 lines
354 B
ObjectPascal

{
$Id: compunit.pas,v 1.4 2005/02/14 17:13:19 peter Exp $
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: compunit.pas,v $
Revision 1.4 2005/02/14 17:13:19 peter
* truncate log
}