BSOne.SFC/Tocsg.Module/OverlayIcon/Bs1ovi.dpr

20 lines
336 B
Plaintext

library Bs1ovi;
uses
ComServ,
BS1OverlayIconl in 'BS1OverlayIconl.pas',
CttSchDefine in '..\ContentSearch\LIB_Common\CttSchDefine.pas',
GlobalDefine in '..\..\eCrmHE\LIB_Common\GlobalDefine.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
DllInstall;
{$R *.RES}
begin
end.