| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- package dclIndySecurity90Net;
- {$ALIGN 0}
- {$BOOLEVAL OFF}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$LOCALSYMBOLS ON}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$REFERENCEINFO ON}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST OFF}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$DESCRIPTION 'Indy 10 Security'}
- {$DESIGNONLY}
- {$IMPLICITBUILD OFF}
- requires
- Borland.Studio.Vcl.Design,
- IndySystem90Net,
- IndyCore90Net,
- IndyProtocols90Net,
- IndySecurity90Net,
- dclIndyCore90Net,
- dclIndyProtocols90Net,
- Mono.Security,
- System,
- System.Data,
- System.XML;
- contains
- IdRegisterSecurity in 'IdRegisterSecurity.pas';
- {$I IddclSecurity90ASM90.inc}
- end.
|