package IcsCommonD110Run; {$R *.res} {$R '..\Source\OverbyteIcsLogger.dcr'} {$R '..\Source\OverbyteIcsTimeList.dcr'} {$R '..\Source\OverbyteIcsPing.dcr'} {$R '..\Source\OverbyteIcsMimeDec.dcr'} {$R '..\Source\OverbyteIcsMimeUtils.dcr'} {$R '..\Source\OverbyteIcsCookies.dcr'} {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} {$ALIGN 8} {$ASSERTIONS OFF} {$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 OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE RELEASE} {$DEFINE USE_SSL} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Overbyte ICS Common Run-Time Package for Delphi 11'} {$RUNONLY} {$IMPLICITBUILD OFF} requires rtl; contains OverbyteIcsAvlTrees in '..\Source\OverbyteIcsAvlTrees.pas', OverbyteIcsCharsetUtils in '..\Source\OverbyteIcsCharsetUtils.pas', OverbyteIcsCRC in '..\Source\OverbyteIcsCRC.pas', OverbyteIcsCsc in '..\Source\OverbyteIcsCsc.pas', OverbyteIcsDES in '..\Source\OverbyteIcsDES.pas', OverbyteIcsIconv in '..\Source\OverbyteIcsIconv.pas', OverbyteIcsLIBEAY in '..\Source\OverbyteIcsLIBEAY.pas', OverbyteIcsMD4 in '..\Source\OverbyteIcsMD4.pas', OverbyteIcsMD5 in '..\Source\OverbyteIcsMD5.pas', OverbyteIcsMLang in '..\Source\OverbyteIcsMLang.pas', OverbyteIcsOneTimePw in '..\Source\OverbyteIcsOneTimePw.pas', OverbyteIcsSha1 in '..\Source\OverbyteIcsSha1.pas', OverbyteIcsSSLEAY in '..\Source\OverbyteIcsSSLEAY.pas', OverbyteIcsSspi in '..\Source\OverbyteIcsSspi.pas', OverbyteIcsStreams in '..\Source\OverbyteIcsStreams.pas', OverbyteIcsTypes in '..\Source\OverbyteIcsTypes.pas', OverbyteIcsUtils in '..\Source\OverbyteIcsUtils.pas', OverbyteIcsWinnls in '..\Source\OverbyteIcsWinnls.pas', OverbyteIcsZLibDll in '..\Source\OverbyteIcsZLibDll.pas', OverbyteIcsZlibHigh in '..\Source\OverbyteIcsZlibHigh.pas', OverbyteIcsZLibObj in '..\Source\OverbyteIcsZLibObj.pas', OverByteIcsFtpSrvT in '..\Source\OverByteIcsFtpSrvT.pas', OverbyteIcsHttpContCod in '..\Source\OverbyteIcsHttpContCod.pas', OverbyteIcsWinsock in '..\Source\OverbyteIcsWinsock.pas', OverbyteIcsWebSession in '..\Source\OverbyteIcsWebSession.pas', OverbyteIcsTimeList in '..\Source\OverbyteIcsTimeList.pas', OverbyteIcsLogger in '..\Source\OverbyteIcsLogger.pas', OverbyteIcsDigestAuth in '..\Source\OverbyteIcsDigestAuth.pas', Ics.Posix.WinTypes in '..\Source\Ics.Posix.WinTypes.pas', OverbyteIcsMimeUtils in '..\Source\OverbyteIcsMimeUtils.pas', OverbyteIcsUrl in '..\Source\OverbyteIcsUrl.pas', OverbyteIcsWSockBuf in '..\Source\OverbyteIcsWSockBuf.pas', OverbyteIcsMimeDec in '..\Source\OverbyteIcsMimeDec.pas', OverbyteIcsNtlmMsgs in '..\Source\OverbyteIcsNtlmMsgs.pas', OverbyteIcsNtlmSsp in '..\Source\OverbyteIcsNtlmSsp.pas', Ics.Posix.KEventApi in '..\Source\Ics.Posix.KEventApi.pas', Ics.Posix.KEventTypes in '..\Source\Ics.Posix.KEventTypes.pas', OverbyteIcsCookies in '..\Source\OverbyteIcsCookies.pas', OverbyteIcsHttpCCodZLib in '..\Source\OverbyteIcsHttpCCodZLib.pas', OverbyteIcsAsn1Utils in '..\Source\OverbyteIcsAsn1Utils.pas', OverbyteIcsFormDataDecoder in '..\Source\OverbyteIcsFormDataDecoder.pas', OverbyteIcsCryptUiApi in '..\Source\OverbyteIcsCryptUiApi.pas', OverbyteIcsWinCrypt in '..\Source\OverbyteIcsWinCrypt.pas', OverbyteIcsIniFiles in '..\Source\OverbyteIcsIniFiles.pas', OverbyteIcsSuperObject in '..\Source\OverbyteIcsSuperObject.pas', OverbyteIcsTicks64 in '..\Source\OverbyteIcsTicks64.pas', OverbyteIcsHtmlPars in '..\Source\OverbyteIcsHtmlPars.pas'; end.