compunit.pas 286 B

1234567891011121314151617181920212223
  1. {
  2. $Id$
  3. Build file for the compiler units. This is also a unit so
  4. that there will be no linking
  5. }
  6. unit compunit;
  7. interface
  8. uses
  9. ppheap,
  10. compiler,
  11. comphook,
  12. cpuinfo,
  13. browcol;
  14. implementation
  15. end.
  16. {
  17. $Log$
  18. Revision 1.4 2005-02-14 17:13:19 peter
  19. * truncate log
  20. }