ibase60.pp 517 B

1234567891011121314151617181920212223242526
  1. {
  2. $Id$
  3. }
  4. unit ibase60;
  5. {$UNDEF LinkDynamically}
  6. {$i ibase60.inc}
  7. end.
  8. {
  9. $Log$
  10. Revision 1.7 2005-04-24 19:55:55 joost
  11. - Placed dyn. loaded and stat. loaded headers in one file
  12. Revision 1.6 2005/02/14 17:13:19 peter
  13. * truncate log
  14. Revision 1.5 2005/02/04 18:14:22 joost
  15. - replaced gdsdecl by extdecl for the codetools
  16. - cleanup of double declarations
  17. Revision 1.4 2005/01/12 10:23:34 michael
  18. * Changes from Joost van der Sluis to enable dynamic loading of the Interbase library
  19. }