Componentes.Internos.PluginSDK/Packages/PluginSDK_D12R.dpk
2009-02-27 17:32:58 +00:00

41 lines
841 B
ObjectPascal

package PluginSDK_D12R;
{$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 OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'PluginSDK for Delphi 2009 (Runtime)'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
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.