mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 21:18:40 +02:00
29 lines
507 B
ObjectPascal
29 lines
507 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
|
|
compiler,
|
|
comphook,
|
|
cpuinfo,
|
|
browcol;
|
|
|
|
implementation
|
|
end.
|
|
{
|
|
$Log$
|
|
Revision 1.1 2001-08-04 11:30:27 peter
|
|
* ide works now with both compiler versions
|
|
|
|
Revision 1.1.2.2 2001/03/20 00:20:44 pierre
|
|
* fix some memory leaks + several small enhancements
|
|
|
|
Revision 1.1.2.1 2001/01/07 22:32:33 peter
|
|
* build all compiler units for IDE inclusion
|
|
|
|
}
|