51 lines
1.2 KiB
ObjectPascal
51 lines
1.2 KiB
ObjectPascal
// Package file for Delphi XE3
|
|
|
|
package frxIntIO17;
|
|
{$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,
|
|
fs17,
|
|
frx17,
|
|
frxIntIOBase17,
|
|
vclie;
|
|
|
|
contains
|
|
frxBaseSocketIOHandler in 'frxBaseSocketIOHandler.pas',
|
|
frxTransportHTTP in 'frxTransportHTTP.pas',
|
|
frxOpenSSL in 'frxOpenSSL.pas',
|
|
frxIOTransportDropbox in 'frxIOTransportDropbox.pas',
|
|
frxIOTransportOneDrive in 'frxIOTransportOneDrive.pas',
|
|
frxIOTransportBoxCom in 'frxIOTransportBoxCom.pas',
|
|
frxIOTransportGoogleDrive in 'frxIOTransportGoogleDrive.pas',
|
|
frxIOTransportYandexDisk in 'frxIOTransportYandexDisk.pas',
|
|
frxIOTransportGMail in 'frxIOTransportGMail.pas',
|
|
frxIOTransportOutlook in 'frxIOTransportOutlook.pas',
|
|
frxHTTPSProtocol in 'frxHTTPSProtocol.pas',
|
|
frxHTTPProtocol in 'frxHTTPProtocol.pas';
|
|
|
|
end.
|