FastReport_2022_VCL/LibD28/frxcs27.dpk
2024-01-01 16:13:08 +01:00

58 lines
1.4 KiB
ObjectPascal

// Package file for Delphi 10.X
package frxcs27;
{$I frx.inc}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
VCL,
frx27,
frxe27;
contains
frxServer in 'frxServer.pas',
frxServerClient in 'frxServerClient.pas',
frxServerConfig in 'frxServerConfig.pas',
frxServerFormControls in 'frxServerFormControls.pas',
frxServerForms in 'frxServerForms.pas',
frxServerLog in 'frxServerLog.pas',
frxServerReports in 'frxServerReports.pas',
frxServerSessionManager in 'frxServerSessionManager.pas',
frxUsers in 'frxUsers.pas',
frxServerSSI in 'frxServerSSI.pas',
frxServerStat in 'frxServerStat.pas',
frxHTTPClient in 'frxHTTPClient.pas',
frxCGIClient in 'frxCGIClient.pas',
frxServerCache in 'frxServerCache.pas',
frxServerReportsList in 'frxServerReportsList.pas',
frxServerTemplates in 'frxServerTemplates.pas',
frxServerVariables in 'frxServerVariables.pas',
frxServerPrinter in 'frxServerPrinter.pas',
frxHelperCS in 'frxHelperCS.pas',
frxMutex in 'frxMutex.pas';
end.