source: cprs/trunk/BDK50/BDK32_P50/Source/XWB_R70.dpk@ 1678

Last change on this file since 1678 was 1678, checked in by healthsevak, 9 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 2.1 KB
Line 
1package XWB_R70;
2
3{ **************************************************************
4 Package: XWB - Kernel RPCBroker
5 Date Created: Sept 18, 1997 (Version 1.1)
6 Site Name: Oakland, OI Field Office, Dept of Veteran Affairs
7 Developers: Danila Manapsal, Don Craven, Joel Ivey
8 Description: Package File.
9 Current Release: Version 1.1 Patch 47 (Jun. 17, 2008))
10*************************************************************** }
11
12{$R *.res}
13{$ALIGN 8}
14{$ASSERTIONS OFF}
15{$BOOLEVAL OFF}
16{$DEBUGINFO OFF}
17{$EXTENDEDSYNTAX ON}
18{$IMPORTEDDATA ON}
19{$IOCHECKS ON}
20{$LOCALSYMBOLS OFF}
21{$LONGSTRINGS ON}
22{$OPENSTRINGS ON}
23{$OPTIMIZATION ON}
24{$OVERFLOWCHECKS OFF}
25{$RANGECHECKS OFF}
26{$REFERENCEINFO OFF}
27{$SAFEDIVIDE OFF}
28{$STACKFRAMES OFF}
29{$TYPEDADDRESS OFF}
30{$VARSTRINGCHECKS ON}
31{$WRITEABLECONST ON}
32{$MINENUMSIZE 1}
33{$IMAGEBASE $400000}
34{$DESCRIPTION 'VistA RPC Broker Runtime Package'}
35{$RUNONLY}
36{$IMPLICITBUILD ON}
37
38requires
39 vcl,
40 rtl;
41
42contains
43 Xwbut1 in 'Xwbut1.pas' {in 'Xwbut1.pas'},
44 Hash in 'Hash.pas' {in 'Hash.pas'},
45 Loginfrm in 'Loginfrm.pas' {in 'Loginfrm.pas'},
46 MFunStr in 'MFunStr.pas' {in 'Mfunstr.pas'},
47 Rpcberr in 'Rpcberr.pas' {in 'Rpcberr.pas'},
48 Rpcconf1 in 'Rpcconf1.pas' {in 'Rpcconf1.pas'},
49 RpcNet in 'RpcNet.pas' {in 'Rpcnet.pas'},
50 seldiv in 'seldiv.pas' {in 'SelDiv.pas'},
51 Sgnoncnf in 'Sgnoncnf.pas' {in 'Sgnoncnf.pas'},
52 Splvista in 'Splvista.pas' {in 'Splvista.pas'},
53 Trpcb in 'Trpcb.pas' {in 'Trpcb.pas'},
54 VCEdit in 'VCEdit.pas' {in 'Vcedit.pas'},
55 WSockc in 'WSockc.pas' {in 'WSockc.pas'},
56 frmSignonMessage in 'frmSignonMessage.pas' {in 'frmSignonMessage.pas'},
57 RpcSLogin in 'RpcSLogin.pas' {in 'Rpcslogin.pas'},
58 XWBRich20 in 'XWBRich20.PAS',
59 AddServer in 'AddServer.pas' {frmAddServer},
60 fRPCBErrMsg in 'fRPCBErrMsg.pas' {frmErrMsg},
61 fDebugInfo in 'fDebugInfo.pas' {frmDebugInfo},
62 fSgnonDlg in 'fSgnonDlg.pas' {frmSignonDialog},
63 CCOWRPCBroker in 'CCOWRPCBroker.pas',
64 CCOW_const in 'CCOW_const.pas',
65 VERGENCECONTEXTORLib_TLB in 'VERGENCECONTEXTORLib_TLB.pas',
66 XlfSid in 'XlfSid.pas';
67
68end.
Note: See TracBrowser for help on using the repository browser.