Componentes.Terceros.DevExp.../internal/x.42/1/Innerfuse Pascal Script/Packages/cxIFPascalScriptD6.dpk
2009-03-03 12:07:07 +00:00

61 lines
1004 B
ObjectPascal

package cxIFPascalScriptD6;
{$R *.res}
{$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 'Innerfuse Pascal Script Engine III by Carlo Kok'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
dbrtl,
vcl;
contains
ifpicall,
ifpiclass,
ifpiclassruntime,
ifpidateutils,
ifpidateutilsr,
ifpidelphi,
ifpidelphiruntime,
ifpidll2,
ifpidll2runtime,
ifpii_classes,
ifpii_DB,
ifpii_graphics,
ifpiir_classes,
ifpiir_DB,
ifpiir_graphics,
ifps3,
ifps3common,
ifps3debug,
ifps3lib_std,
ifps3lib_stdr,
ifps3utl,
ifpscomp,
ifpii_std,
ifpiir_std;
end.