12345678910111213141516171819202122 |
- {
- $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.2 2002-09-07 15:40:51 peter
- * old logs removed and tabs fixed
- }
|