source: cprs/trunk/BDK50/BDK32_P50/Source/XWB_R2007.dpk@ 1683

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

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

File size: 1.7 KB
Line 
1package XWB_R2007;
2
3{$R *.res}
4{$ALIGN 8}
5{$ASSERTIONS OFF}
6{$BOOLEVAL OFF}
7{$DEBUGINFO OFF}
8{$EXTENDEDSYNTAX ON}
9{$IMPORTEDDATA ON}
10{$IOCHECKS ON}
11{$LOCALSYMBOLS OFF}
12{$LONGSTRINGS ON}
13{$OPENSTRINGS ON}
14{$OPTIMIZATION ON}
15{$OVERFLOWCHECKS OFF}
16{$RANGECHECKS OFF}
17{$REFERENCEINFO OFF}
18{$SAFEDIVIDE OFF}
19{$STACKFRAMES OFF}
20{$TYPEDADDRESS OFF}
21{$VARSTRINGCHECKS ON}
22{$WRITEABLECONST ON}
23{$MINENUMSIZE 1}
24{$IMAGEBASE $400000}
25{$DESCRIPTION 'VistA RPC Broker Runtime Package'}
26{$RUNONLY}
27{$IMPLICITBUILD ON}
28
29requires
30 vcl,
31 rtl;
32
33contains
34 Xwbut1 in 'Xwbut1.pas' {in 'Xwbut1.pas'},
35 XlfSid in 'XlfSid.pas',
36 Hash in 'Hash.pas' {in 'Hash.pas'},
37 Loginfrm in 'Loginfrm.pas' {in 'Loginfrm.pas'},
38 MFunStr in 'MFunStr.pas' {in 'Mfunstr.pas'},
39 Rpcberr in 'Rpcberr.pas' {in 'Rpcberr.pas'},
40 Rpcconf1 in 'Rpcconf1.pas' {in 'Rpcconf1.pas'},
41 RpcNet in 'RpcNet.pas' {in 'Rpcnet.pas'},
42 seldiv in 'seldiv.pas' {in 'SelDiv.pas'},
43 Sgnoncnf in 'Sgnoncnf.pas' {in 'Sgnoncnf.pas'},
44 Splvista in 'Splvista.pas' {in 'Splvista.pas'},
45 Trpcb in 'Trpcb.pas' {in 'Trpcb.pas'},
46 VCEdit in 'VCEdit.pas' {in 'Vcedit.pas'},
47 Wsockc in 'Wsockc.pas' {in 'WSockc.pas'},
48 frmSignonMessage in 'frmSignonMessage.pas' {in 'frmSignonMessage.pas'},
49 RpcSLogin in 'RpcSLogin.pas' {in 'Rpcslogin.pas'},
50 XWBRich20 in 'XWBRich20.PAS',
51 AddServer in 'AddServer.pas' {frmAddServer},
52 fRPCBErrMsg in 'fRPCBErrMsg.pas' {frmErrMsg},
53 fDebugInfo in 'fDebugInfo.pas' {frmDebugInfo},
54 fSgnonDlg in 'fSgnonDlg.pas' {frmSignonDialog},
55 CCOWRPCBroker in 'CCOWRPCBroker.pas',
56 CCOW_const in 'CCOW_const.pas',
57 VERGENCECONTEXTORLib_TLB in 'VERGENCECONTEXTORLib_TLB.pas';
58
59end.
Note: See TracBrowser for help on using the repository browser.