blob: f5697c6391562bf7508e9cc42cb14c4ec877deab (
plain) (
tree)
|
|
package TntUnicodeVcl_D50;
{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS ON}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Tnt Unicode VCL'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
vcl50,
Vclx50,
Vcldb50;
contains
Unicode in 'Unicode.pas',
TntComCtrls in 'TntComCtrls.pas',
TntControls in 'TntControls.pas',
TntDBCtrls in 'TntDBCtrls.pas',
TntForms in 'TntForms.pas' {TntForm},
TntStdCtrls in 'TntStdCtrls.pas',
TntClasses in 'TntClasses.pas',
TntForms_Design in 'TntForms_Design.pas';
end.
|