This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Presupuestos/Cliente/Presupuestos.dpk
2007-06-21 16:02:50 +00:00

62 lines
1.1 KiB
ObjectPascal

package Presupuestos;
{$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
rtl,
DocumentosAsociados,
Contactos,
Montajes_Intf,
Almacenes,
vcl,
PngComponentsD7,
PNG_D7,
vclactnband,
vclx,
GUISDK_D7,
dbrtl,
vcldb,
tb2k_d7,
tbx_d7,
JvCoreD7R,
vcljpg,
Jcl,
JclVcl,
JvSystemD7R,
JvPageCompsD7R,
JvStdCtrlsD7R,
dsnap,
adortl,
cxLibraryVCLD7,
dxThemeD7,
Presupuestos_Intf;
contains
uPluginControllerPresupuestos in 'uPluginControllerPresupuestos.pas' {ModulePresupuestos: TModuleController},
uEditorPresupuesto in 'uEditorPresupuesto.pas' {fEditorPresupuesto: TCustomEditor},
uEditorPresupuestos in 'uEditorPresupuestos.pas' {fEditorPresupuestos: TCustomEditor};
end.