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

19 lines
278 B
Plaintext

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