FastReport_2022_VCL/Source/frxIntIOIndy7.dpk
2024-01-01 16:13:08 +01:00

57 lines
1.3 KiB
ObjectPascal

// Package file for Delphi 7
package frxIntIOIndy7;
{$I frx.inc}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
VCL,
fs7,
frx7,
frxIntIOBase7,
vclie,
{$IFDEF CUSTOM_INDY}
IndySystem70,
IndyProtocols70,
IndyCore70;
{$ELSE}
Indy;
{$ENDIF}
contains
frxTransportIndyConnector in 'frxTransportIndyConnector.pas',
frxTransportIndyConnectorHTTP in 'frxTransportIndyConnectorHTTP.pas',
frxIOTransportDropboxIndy in 'frxIOTransportDropboxIndy.pas',
frxIOTransportOneDriveIndy in 'frxIOTransportOneDriveIndy.pas',
frxIOTransportBoxComIndy in 'frxIOTransportBoxComIndy.pas',
frxIOTransportGoogleDriveIndy in 'frxIOTransportGoogleDriveIndy.pas',
frxIOTransportYandexDiskIndy in 'frxIOTransportYandexDiskIndy.pas',
frxIOTransportGMailIndy in 'frxIOTransportGMailIndy.pas',
frxIOTransportOutlookIndy in 'frxIOTransportOutlookIndy.pas',
frxIOTransportIndyMail in 'frxIOTransportIndyMail.pas',
frxIOTransportFTP in 'frxIOTransportFTP.pas';
end.