fpc/ide/compiler/compunit.pas
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

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.