- Mustangpeak Common Library - 1.7.0 - EasyListview - 1.7.0 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
39 lines
934 B
ObjectPascal
39 lines
934 B
ObjectPascal
package MPCommonLibD4;
|
|
|
|
{$ASSERTIONS OFF}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO OFF}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS OFF}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO OFF}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DESCRIPTION 'Mustangpeak Common Library Runtime Package'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD ON}
|
|
|
|
requires
|
|
vcl40;
|
|
|
|
contains
|
|
MPShellTypes in '..\Source\MPShellTypes.pas',
|
|
MPCommonUtilities in '..\Source\MPCommonUtilities.pas',
|
|
MPResources in '..\Source\MPResources.pas',
|
|
MPCommonObjects in '..\Source\MPCommonObjects.pas',
|
|
MPDataObject in '..\Source\MPDataObject.pas',
|
|
MPShellUtilities in '..\Source\MPShellUtilities.pas',
|
|
MPThreadManager in '..\Source\MPThreadManager.pas';
|
|
|
|
end. |