Tecsitel_FactuGES2/Source/Modulos/Remesas de cliente/Plugin/RemesasCliente_plugin.dpk
2007-11-20 15:45:03 +00:00

36 lines
668 B
ObjectPascal

package RemesasCliente_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 ON}
requires
RemesasCliente_model,
RemesasCliente_controller,
RemesasCliente_view;
contains
uPluginRemesasCliente in 'uPluginRemesasCliente.pas' {PluginRemesasCliente};
end.