LMS-2_ReportAPI/lms_cgi_server.lpr
Алексей Заблоцкий e93b74e31b daemon
2023-10-19 01:06:22 +03:00

21 lines
434 B
ObjectPascal

Program lms_cgi_server;
Uses
{$IFDEF UNIX}
cthreads,
{$ENDIF}
{$IFDEF HASAMIGA}
athreads,
{$ENDIF}
Interfaces, // this includes the LCL widgetset
sysutils,
DaemonApp, lazdaemonapp, cgi_mapper, cgi_daemon, tcpthreadhelper,
ConnectionsDmUnit, baseconnection, tcpserver, cgiReport, cgiDM, extTypes,
reportDMUnit, abbrevia, lnetbase
{ add your units here };
begin
Application.Initialize;
Application.Run;
end.