compunit.pas 295 B

12345678910111213141516171819202122
  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. compiler,
  10. comphook,
  11. cpuinfo,
  12. browcol;
  13. implementation
  14. end.
  15. {
  16. $Log$
  17. Revision 1.2 2002-09-07 15:40:51 peter
  18. * old logs removed and tabs fixed
  19. }