Componentes.Terceros.FastRe.../internal/4.2/1/Source/IBX/frxIBX11.dpk
2007-11-18 19:40:07 +00:00

46 lines
760 B
ObjectPascal

// Package file for Delphi 2007
package frxIBX11;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
requires
VCL,
VCLDB,
IBXPRESS,
frx11,
frxDB11,
fs11,
fsIBX11;
contains
frxIBXComponents in 'frxIBXComponents.pas',
frxIBXEditor in 'frxIBXEditor.pas',
frxIBXRTTI in 'frxIBXRTTI.pas';
end.