Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects SDK for Delphi/Source/RemObjects_Indy_D11.dpk
2010-01-29 16:17:43 +00:00

66 lines
1.8 KiB
ObjectPascal

package RemObjects_Indy_D11;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'RemObjects SDK - Indy Library'}
{$IMPLICITBUILD OFF}
{$DEFINE DESIGNTIME}
{$DEFINE RELEASE}
requires
rtl,
IndyCore,
IndySystem,
IndyProtocols,
vcl,
vclx,
designide,
RemObjects_Core_D11;
contains
RemObjects_Indy_Reg in 'RemObjects_Indy_Reg.pas',
uROIndyHTTPChannel in 'uROIndyHTTPChannel.pas',
uROIndyTCPChannel in 'uROIndyTCPChannel.pas',
uROIndyTCPServer in 'uROIndyTCPServer.pas',
uROIndyHTTPServer in 'uROIndyHTTPServer.pas',
uROIndyUDPServer in 'uROIndyUDPServer.pas',
uROIndyUDPChannel in 'uROIndyUDPChannel.pas',
uROBroadcastServer in 'uROBroadcastServer.pas',
uROBroadcastChannel in 'uROBroadcastChannel.pas',
uROStreamUtils in 'uROStreamUtils.pas',
uROIndyEmailChannel in 'uROIndyEmailChannel.pas',
uROIndyEmailServer in 'uROIndyEmailServer.pas',
uROIndyEmail in 'uROIndyEmail.pas',
uRODiscovery in 'uRODiscovery.pas',
uRODiscoveryService_Impl in 'uRODiscoveryService_Impl.pas',
uRODiscovery_Async in 'uRODiscovery_Async.pas',
uRODiscovery_Intf in 'uRODiscovery_Intf.pas',
uRODiscovery_Invk in 'uRODiscovery_Invk.pas',
uROAsyncResponseStorage in 'uROAsyncResponseStorage.pas',
uROSuperTCPServer in 'uROSuperTCPServer.pas',
uROSuperTCPChannel in 'uROSuperTCPChannel.pas',
uROSCHelpers in 'uROSCHelpers.pas',
uROIndySuperHttpChannel in 'uROIndySuperHttpChannel.pas';
end.