git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@13 475b051d-3a53-6940-addd-820bf0cfe0d7
56 lines
1.3 KiB
ObjectPascal
56 lines
1.3 KiB
ObjectPascal
// Package file for Delphi 4
|
|
|
|
package frxe4;
|
|
|
|
{$ALIGN ON}
|
|
{$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 ON}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $00400000}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
vcl40,
|
|
vcljpg40,
|
|
frx4;
|
|
|
|
contains
|
|
frxExportHTML in 'frxExportHTML.pas',
|
|
frxExportImage in 'frxExportImage.pas',
|
|
frxExportMatrix in 'frxExportMatrix.pas',
|
|
frxExportPDF in 'frxExportPDF.pas',
|
|
frxExportRTF in 'frxExportRTF.pas',
|
|
frxExportTXT in 'frxExportTXT.pas',
|
|
frxExportTxtPrn in 'frxExportTxtPrn.pas',
|
|
frxExportXLS in 'frxExportXLS.pas',
|
|
frxExportXML in 'frxExportXML.pas',
|
|
frxExportCSV in 'frxExportCSV.pas',
|
|
frxExportText in 'frxExportText.pas',
|
|
frxExportMail in 'frxExportMail.pas',
|
|
frxExportODF in 'frxExportODF.pas',
|
|
frxZip in 'frxZip.pas',
|
|
frxFileUtils in 'frxFileUtils.pas',
|
|
frxNetUtils in 'frxNetUtils.pas',
|
|
frxPDFFile in 'frxPDFFile.pas',
|
|
frxSMTP in 'frxSMTP.pas',
|
|
frxrcExports in 'frxrcExports.pas';
|
|
|
|
end.
|