home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / IBConsole.dpk < prev    next >
Text File  |  2000-07-23  |  1KB  |  53 lines

  1. {
  2.  * The contents of this file are subject to the InterBase Public License
  3.  * Version 1.0 (the "License"); you may not use this file except in
  4.  * compliance with the License.
  5.  * 
  6.  * You may obtain a copy of the License at http://www.Inprise.com/IPL.html.
  7.  * 
  8.  * Software distributed under the License is distributed on an "AS IS"
  9.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  10.  * the License for the specific language governing rights and limitations
  11.  * under the License.  The Original Code was created by InterBase
  12.  * Software Corporation and its successors.
  13.  * 
  14.  * Portions created by Inprise Corporation are Copyright (C) Inprise
  15.  * Corporation. All Rights Reserved.
  16.  * 
  17.  * Contributor(s): ______________________________________.
  18. }
  19. package IBConsole;
  20.  
  21. {$R *.RES}
  22. {$ALIGN ON}
  23. {$ASSERTIONS ON}
  24. {$BOOLEVAL OFF}
  25. {$DEBUGINFO ON}
  26. {$EXTENDEDSYNTAX ON}
  27. {$IMPORTEDDATA ON}
  28. {$IOCHECKS ON}
  29. {$LOCALSYMBOLS ON}
  30. {$LONGSTRINGS ON}
  31. {$OPENSTRINGS ON}
  32. {$OPTIMIZATION ON}
  33. {$OVERFLOWCHECKS OFF}
  34. {$RANGECHECKS OFF}
  35. {$REFERENCEINFO ON}
  36. {$SAFEDIVIDE OFF}
  37. {$STACKFRAMES OFF}
  38. {$TYPEDADDRESS OFF}
  39. {$VARSTRINGCHECKS ON}
  40. {$WRITEABLECONST ON}
  41. {$MINENUMSIZE 1}
  42. {$IMAGEBASE $400000}
  43. {$DESCRIPTION 'IBConsole Components'}
  44. {$IMPLICITBUILD OFF}
  45.  
  46. requires
  47.   vcl50;
  48.  
  49. contains
  50.   IBExtract;
  51.  
  52. end.
  53.