[1691] | 1 | package XWB_R60;
|
---|
| 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 |
|
---|
| 38 | requires
|
---|
| 39 | vcl;
|
---|
| 40 |
|
---|
| 41 | contains
|
---|
| 42 | Xwbut1 in 'Xwbut1.pas' {in 'Xwbut1.pas'},
|
---|
| 43 | Hash in 'Hash.pas' {in 'Hash.pas'},
|
---|
| 44 | Loginfrm in 'Loginfrm.pas' {in 'Loginfrm.pas'},
|
---|
| 45 | MFunStr in 'MFunStr.pas' {in 'Mfunstr.pas'},
|
---|
| 46 | Rpcberr in 'Rpcberr.pas' {in 'Rpcberr.pas'},
|
---|
| 47 | Rpcconf1 in 'Rpcconf1.pas' {in 'Rpcconf1.pas'},
|
---|
| 48 | RpcNet in 'RpcNet.pas' {in 'Rpcnet.pas'},
|
---|
| 49 | seldiv in 'seldiv.pas' {in 'SelDiv.pas'},
|
---|
| 50 | Sgnoncnf in 'Sgnoncnf.pas' {in 'Sgnoncnf.pas'},
|
---|
| 51 | Splvista in 'Splvista.pas' {in 'Splvista.pas'},
|
---|
| 52 | Trpcb in 'Trpcb.pas' {in 'Trpcb.pas'},
|
---|
| 53 | VCEdit in 'VCEdit.pas' {in 'Vcedit.pas'},
|
---|
| 54 | WSockc in 'WSockc.pas' {in 'WSockc.pas'},
|
---|
| 55 | frmSignonMessage in 'frmSignonMessage.pas' {in 'frmSignonMessage.pas'},
|
---|
| 56 | RpcSLogin in 'RpcSLogin.pas' {in 'Rpcslogin.pas'},
|
---|
| 57 | XWBRich20 in 'XWBRich20.PAS',
|
---|
| 58 | AddServer in 'AddServer.pas' {frmAddServer},
|
---|
| 59 | fRPCBErrMsg in 'fRPCBErrMsg.pas' {frmErrMsg},
|
---|
| 60 | fSgnonDlg in 'fSgnonDlg.pas' {frmSignonDialog},
|
---|
| 61 | fDebugInfo in 'fDebugInfo.pas' {frmDebugInfo},
|
---|
| 62 | CCOWRPCBroker in 'CCOWRPCBroker.pas',
|
---|
| 63 | CCOW_const in 'CCOW_const.pas',
|
---|
| 64 | VERGENCECONTEXTORLib_TLB in 'VERGENCECONTEXTORLib_TLB.pas',
|
---|
| 65 | XlfSid in 'XlfSid.pas';
|
---|
| 66 |
|
---|
| 67 | end.
|
---|