AlonsoYSal_FactuGES2/Source/Modulos/Contabilidad/Plugin/Contabilidad_plugin.dpk

47 lines
786 B
ObjectPascal
Raw Normal View History

package Contabilidad_plugin;
{$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 ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
{$DEFINE DEBUG}
requires
rtl,
vcl,
Base,
GUIBase,
ApplicationBase,
PluginSDK_D11R,
PngComponentsD10,
PNG_D10,
vclactnband,
vclx,
Contabilidad_view,
Contabilidad_controller,
Contabilidad_model;
contains
uPluginContabilidad in 'uPluginContabilidad.pas';
end.