source: cprs/branches/HealthSevak-CPRS/BDK50/BDK32_P50/Source/XWB_D2005.dpk@ 1691

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

Committing the files for first time to this new branch

File size: 704 bytes
Line 
1package XWB_D2005;
2
3{$R *.res}
4{$R 'XWB_D2005.dcr'}
5{$ALIGN 8}
6{$ASSERTIONS OFF}
7{$BOOLEVAL OFF}
8{$DEBUGINFO OFF}
9{$EXTENDEDSYNTAX ON}
10{$IMPORTEDDATA ON}
11{$IOCHECKS ON}
12{$LOCALSYMBOLS OFF}
13{$LONGSTRINGS ON}
14{$OPENSTRINGS ON}
15{$OPTIMIZATION ON}
16{$OVERFLOWCHECKS OFF}
17{$RANGECHECKS OFF}
18{$REFERENCEINFO OFF}
19{$SAFEDIVIDE OFF}
20{$STACKFRAMES OFF}
21{$TYPEDADDRESS OFF}
22{$VARSTRINGCHECKS ON}
23{$WRITEABLECONST ON}
24{$MINENUMSIZE 1}
25{$IMAGEBASE $400000}
26{$DESCRIPTION 'VistA RPC Broker'}
27{$DESIGNONLY}
28{$IMPLICITBUILD ON}
29
30requires
31 XWB_R2005,
32 vcl,
33 designide;
34
35contains
36 RpcbEdtr in 'RpcbEdtr.pas' {in 'Rpcbedtr.pas'},
37 XWBReg in 'XWBReg.pas' {in 'XWBReg.pas'};
38
39end.
Note: See TracBrowser for help on using the repository browser.