ConstruccionesCNJ_FactuGES/Modulos/Presupuestos/Model/Presupuestos_model.dpk
2007-06-21 15:50:59 +00:00

56 lines
1.1 KiB
ObjectPascal

package Presupuestos_model;
{$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}
{%TogetherDiagram 'ModelSupport_Presupuestos_model\default.txaPackage'}
requires
rtl,
dbrtl,
vcl,
DataAbstract_D10,
dsnap,
vcldb,
adortl,
vcljpg,
cxLibraryD10,
dxThemeD10,
cxEditorsD10,
cxDataD10,
cxExtEditorsD10,
cxGridD10,
cxPageControlD10,
Base,
Empresas_controller,
Usuarios,
Contactos_model;
contains
uBizPresupuestos in 'uBizPresupuestos.pas',
uIDataModulePresupuestos in 'Data\uIDataModulePresupuestos.pas',
uBizDetallesPresupuesto in 'uBizDetallesPresupuesto.pas',
uIDataModulePresupuestosReport in 'Data\uIDataModulePresupuestosReport.pas';
end.