- Utilizar enlaces externos a librerias de terceros - Adaptar los scripts de compilación - Limpieza de ficheros que no son necesarios guardar en el repositorio (dcp, librerias externas, output...) - Incluir la generación de ficheros de norma 32 en las remesas de cliente. git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@185 c93665c3-c93d-084d-9b98-7d5f4a9c3376
61 lines
1.1 KiB
ObjectPascal
61 lines
1.1 KiB
ObjectPascal
package BancaElectronica_view;
|
|
|
|
{$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,
|
|
vcl,
|
|
dbrtl,
|
|
vcldb,
|
|
dsnap,
|
|
adortl,
|
|
DataAbstract_D10,
|
|
Base,
|
|
GUIBase,
|
|
BancaElectronica_controller,
|
|
JvGlobusD10R,
|
|
JvDlgsD10R,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
JvStdCtrlsD10R,
|
|
vclx,
|
|
JclVcl,
|
|
Jcl,
|
|
JvCoreD10R,
|
|
JvSystemD10R,
|
|
JvCustomD10R,
|
|
bdertl,
|
|
PNG_D10;
|
|
|
|
contains
|
|
uBancaElectronicaViewRegister in 'uBancaElectronicaViewRegister.pas',
|
|
uEditorExportacionNorma19 in 'uEditorExportacionNorma19.pas' {fEditorExportacionNorma19},
|
|
uEditorExportacionNorma32 in 'uEditorExportacionNorma32.pas' {fEditorExportacionNorma32};
|
|
|
|
end.
|