|
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.
|