git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
40 lines
754 B
ObjectPascal
40 lines
754 B
ObjectPascal
package PresupuestosCliente_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}
|
||
|
||
requires
|
||
Base,
|
||
GUIBase,
|
||
ApplicationBase,
|
||
Contactos_view,
|
||
Articulos_view,
|
||
PresupuestosCliente_controller,
|
||
PresupuestosCliente_view;
|
||
|
||
contains
|
||
uPluginPresupuestosCliente in 'uPluginPresupuestosCliente.pas' {PluginPresupuestosCliente};
|
||
|
||
end.
|
||
|