BSOne.SFC/eCrmHE/DLL_Bs1shl/Bs1shl.dpr

20 lines
292 B
Plaintext

library Bs1shl;
uses
ComServ,
BS1Shell in 'BS1Shell.pas',
GlobalDefine in '..\LIB_Common\GlobalDefine.pas',
Condition in '..\LIB_Common\Condition.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
DllInstall;
{$R *.RES}
begin
end.