Componentes.Internos.PluginSDK/Packages/PluginSDK_D7R.dpk
2007-05-29 16:46:50 +00:00

39 lines
765 B
ObjectPascal

package PluginSDK_D7R;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$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}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl;
contains
uHostManager in '..\Source\uHostManager.pas',
uInterfaces in '..\Source\uInterfaces.pas',
uModuleMenu in '..\Source\uModuleMenu.pas',
uModuleController in '..\Source\uModuleController.pas' {ModuleController: TDataModule};
end.