-
Notifications
You must be signed in to change notification settings - Fork 1
/
XWB_R60.dpk
57 lines (53 loc) · 1.58 KB
/
XWB_R60.dpk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
package XWB_R60;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'VistA RPC Broker Runtime Package'}
{$RUNONLY}
{$IMPLICITBUILD ON}
requires
vcl;
contains
Xwbut1 in 'Xwbut1.pas' {in 'Xwbut1.pas'},
Hash in 'Hash.pas' {in 'Hash.pas'},
Loginfrm in 'Loginfrm.pas' {in 'Loginfrm.pas'},
MFunStr in 'MFunStr.pas' {in 'Mfunstr.pas'},
Rpcberr in 'Rpcberr.pas' {in 'Rpcberr.pas'},
Rpcconf1 in 'Rpcconf1.pas' {in 'Rpcconf1.pas'},
RpcNet in 'RpcNet.pas' {in 'Rpcnet.pas'},
seldiv in 'seldiv.pas' {in 'SelDiv.pas'},
Sgnoncnf in 'Sgnoncnf.pas' {in 'Sgnoncnf.pas'},
Splvista in 'Splvista.pas' {in 'Splvista.pas'},
Trpcb in 'Trpcb.pas' {in 'Trpcb.pas'},
VCEdit in 'VCEdit.pas' {in 'Vcedit.pas'},
WSockc in 'WSockc.pas' {in 'WSockc.pas'},
frmSignonMessage in 'frmSignonMessage.pas' {in 'frmSignonMessage.pas'},
RpcSLogin in 'RpcSLogin.pas' {in 'Rpcslogin.pas'},
XWBRich20 in 'XWBRich20.PAS',
AddServer in 'AddServer.pas' {frmAddServer},
fRPCBErrMsg in 'fRPCBErrMsg.pas' {frmErrMsg},
fSgnonDlg in 'fSgnonDlg.pas' {frmSignonDialog},
fDebugInfo in 'fDebugInfo.pas' {frmDebugInfo},
CCOWRPCBroker in 'CCOWRPCBroker.pas',
CCOW_const in 'CCOW_const.pas',
VERGENCECONTEXTORLib_TLB in 'VERGENCECONTEXTORLib_TLB.pas';
end.