Download this file
43 lines (38 with data), 750 Bytes
package PHPRPC_D2006;
{$R *.res}
{$R 'PHPRPC.dcr'}
{$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}
{$DESCRIPTION 'PHPRPC 3.0 Component'}
{$LIBVERSION '3.0'}
{$IMPLICITBUILD OFF}
requires
rtl,
IndyCore,
IndyProtocols;
contains
Base64 in 'Base64.pas',
XXTEA in 'XXTEA.pas',
BigInt in 'BigInt.pas',
MD5 in 'MD5.pas',
PHPRPC in 'PHPRPC.pas';
end.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.