27 lines
729 B
Plaintext
27 lines
729 B
Plaintext
library Bs1Out;
|
|
|
|
uses
|
|
ComServ,
|
|
BS1OutlookAddIn_TLB in 'BS1OutlookAddIn_TLB.pas',
|
|
BS1OutlookAddIn_IMPL in 'BS1OutlookAddIn_IMPL.pas' {AddInModule: TAddInModule} {CoBS1OutlookAddIn: CoClass},
|
|
BS1OutlookAddInClient in 'BS1OutlookAddInClient.pas',
|
|
Define in 'Define.pas',
|
|
GlobalOutAddInDefine in 'GlobalOutAddInDefine.pas',
|
|
ManagerPattern in '..\..\Tocsg.Module\PatternManager\ManagerPattern.pas',
|
|
CttSchDefine in '..\..\Tocsg.Module\ContentSearch\LIB_Common\CttSchDefine.pas',
|
|
GlobalDefine in '..\LIB_Common\GlobalDefine.pas',
|
|
DefineHelper in '..\EXE_eCrmHeHelper\DefineHelper.pas';
|
|
|
|
exports
|
|
DllGetClassObject,
|
|
DllCanUnloadNow,
|
|
DllRegisterServer,
|
|
DllUnregisterServer;
|
|
|
|
{$R *.TLB}
|
|
|
|
{$R *.RES}
|
|
|
|
begin
|
|
end.
|