restemplate/indy/SuperCore/dclIndySuperCore70.dpk

40 lines
716 B
Plaintext

package dclIndySuperCore70;
{$R *.res}
{$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 $600000}
{$DESCRIPTION 'Internet Direct (Indy) 10.00.0.17-B - Super Core'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
designide,
dclIndyCore70,
IndyCore70,
IndySuperCore70;
contains
IdSuperCoreRegister in 'IdSuperCoreRegister.pas';
end.