| 1234567891011121314151617181920212223 |
- {
- $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
- }
|