home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / InternetExpress / InetXCenter / inetxcentercomponents.dpk < prev    next >
Text File  |  1999-08-11  |  855b  |  46 lines

  1. { See INetXCenterProd for comments
  2. }
  3. package INetXCenterComponents;
  4.  
  5. {$R *.RES}
  6. {$R 'InetxCenterProd.dcr'}
  7. {$R 'ReadFileClientDataSet.dcr'}
  8. {$ALIGN ON}
  9. {$ASSERTIONS ON}
  10. {$BOOLEVAL OFF}
  11. {$DEBUGINFO ON}
  12. {$EXTENDEDSYNTAX ON}
  13. {$IMPORTEDDATA ON}
  14. {$IOCHECKS ON}
  15. {$LOCALSYMBOLS ON}
  16. {$LONGSTRINGS ON}
  17. {$OPENSTRINGS ON}
  18. {$OPTIMIZATION ON}
  19. {$OVERFLOWCHECKS OFF}
  20. {$RANGECHECKS OFF}
  21. {$REFERENCEINFO ON}
  22. {$SAFEDIVIDE OFF}
  23. {$STACKFRAMES OFF}
  24. {$TYPEDADDRESS OFF}
  25. {$VARSTRINGCHECKS ON}
  26. {$WRITEABLECONST ON}
  27. {$MINENUMSIZE 1}
  28. {$IMAGEBASE $400000}
  29. {$DESCRIPTION 'InternetExpress WebSite components'}
  30. {$DESIGNONLY}
  31. {$IMPLICITBUILD OFF}
  32.  
  33. requires
  34.   vcl50,
  35.   webmid50,
  36.   dclwbm50,
  37.   dclstd50,
  38.   Vcldb50,
  39.   Vclmid50;
  40.  
  41. contains
  42.   InetXCenterProd in 'InetXCenterProd.pas',
  43.   ReadFileClientDataSet in 'ReadFileClientDataSet.pas';
  44.  
  45. end.
  46.