package IcsFmxDXE4Run; {$R *.res} {$R '..\Source\OverbyteIcsHttpSrv.dcr'} {$R '..\Source\OverbyteIcsFtpSrv.dcr'} {$R '..\Source\OverbyteIcsNntpCli.dcr'} {$R '..\Source\OverbyteIcsWSocket.dcr'} {$R '..\Source\OverbyteIcsFtpCli.dcr'} {$R '..\Source\OverbyteIcsHttpProt.dcr'} {$R '..\Source\OverbyteIcsWSocketS.dcr'} {$R '..\Source\OverbyteIcsSmtpProt.dcr'} {$R '..\Source\OverbyteIcsPop3Prot.dcr'} {$R '..\Source\OverbyteIcsDnsQuery.dcr'} {$R '..\Source\OverbyteIcsFingCli.dcr'} {$R '..\Source\OverbyteIcsPing.dcr'} {$R '..\Source\OverbyteIcsMultipartFtpDownloader.dcr'} {$R '..\Source\OverbyteIcsMultipartHttpDownloader.dcr'} {$R '..\Source\OverbyteIcsSslSessionCache.dcr'} {$R '..\Source\OverbyteIcsSslThrdLock.dcr'} {$R '..\Source\OverbyteIcsHttpAppServer.dcr'} {$R '..\Source\OverbyteIcsCharsetComboBox.dcr'} {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION OFF} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES ON} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} {$DEFINE USE_SSL} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Overbyte ICS FMX Run-Time Package for Delphi XE4'} {$RUNONLY} {$IMPLICITBUILD OFF} requires rtl, fmx, IcsCommonDXE4Run; contains Ics.Fmx.OverbyteIcsWndControl in '..\Source\Ics.Fmx.OverbyteIcsWndControl.pas', Ics.Fmx.OverbyteIcsWSocket in '..\Source\Ics.Fmx.OverbyteIcsWSocket.pas', Ics.Fmx.OverbyteIcsFtpCli in '..\Source\Ics.Fmx.OverbyteIcsFtpCli.pas', Ics.Fmx.OverbyteIcsFtpSrv in '..\Source\Ics.Fmx.OverbyteIcsFtpSrv.pas', Ics.Fmx.OverbyteIcsHttpProt in '..\Source\Ics.Fmx.OverbyteIcsHttpProt.pas', Ics.Fmx.OverbyteIcsWSocketS in '..\Source\Ics.Fmx.OverbyteIcsWSocketS.pas', Ics.Fmx.OverbyteIcsSmtpProt in '..\Source\Ics.Fmx.OverbyteIcsSmtpProt.pas', Ics.Fmx.OverbyteIcsPop3Prot in '..\Source\Ics.Fmx.OverbyteIcsPop3Prot.pas', Ics.Fmx.OverbyteIcsNntpCli in '..\Source\Ics.Fmx.OverbyteIcsNntpCli.pas', Ics.Fmx.OverbyteIcsPing in '..\Source\Ics.Fmx.OverbyteIcsPing.pas', Ics.Fmx.OverbyteIcsDnsQuery in '..\Source\Ics.Fmx.OverbyteIcsDnsQuery.pas', Ics.Fmx.OverbyteIcsFingCli in '..\Source\Ics.Fmx.OverbyteIcsFingCli.pas', Ics.Fmx.OverbyteIcsSslSessionCache in '..\Source\Ics.Fmx.OverbyteIcsSslSessionCache.pas', Ics.Fmx.OverbyteIcsSslThrdLock in '..\Source\Ics.Fmx.OverbyteIcsSslThrdLock.pas', Ics.Fmx.OverbyteIcsHttpSrv in '..\Source\Ics.Fmx.OverbyteIcsHttpSrv.pas', Ics.Fmx.OverbyteIcsSocketUtils in '..\Source\Ics.Fmx.OverbyteIcsSocketUtils.pas', Ics.Fmx.OverbyteIcsMultipartFtpDownloader in '..\Source\Ics.Fmx.OverbyteIcsMultipartFtpDownloader.pas', Ics.Fmx.OverbyteIcsMultipartHttpDownloader in '..\Source\Ics.Fmx.OverbyteIcsMultipartHttpDownloader.pas', Ics.Fmx.OverbyteIcsHttpAppServer in '..\Source\Ics.Fmx.OverbyteIcsHttpAppServer.pas', Ics.Fmx.OverbyteIcsThreadTimer in '..\Source\Ics.Fmx.OverbyteIcsThreadTimer.pas', Ics.Fmx.OverbyteIcsCharsetComboBox in '..\Source\Ics.Fmx.OverbyteIcsCharsetComboBox.pas', Ics.Posix.Messages in '..\Source\Ics.Posix.Messages.pas', Ics.Fmx.OverbyteIcsIcmp in '..\Source\Ics.Fmx.OverbyteIcsIcmp.pas'; end.