source: cprs/branches/tmg-cprs/TMG_Extra/tntUniCode/Delphi/d7/TntUnicodeVcl_D70_DATASNAP.dpk@ 672

Last change on this file since 672 was 672, checked in by Kevin Toppenberg, 14 years ago

Adding source to tntControls for compilation

File size: 725 bytes
Line 
1package TntUnicodeVcl_D70_DATASNAP;
2
3{$R *.res}
4{$ALIGN 8}
5{$ASSERTIONS ON}
6{$BOOLEVAL OFF}
7{$DEBUGINFO ON}
8{$EXTENDEDSYNTAX ON}
9{$IMPORTEDDATA ON}
10{$IOCHECKS ON}
11{$LOCALSYMBOLS ON}
12{$LONGSTRINGS ON}
13{$OPENSTRINGS ON}
14{$OPTIMIZATION ON}
15{$OVERFLOWCHECKS ON}
16{$RANGECHECKS ON}
17{$REFERENCEINFO ON}
18{$SAFEDIVIDE OFF}
19{$STACKFRAMES OFF}
20{$TYPEDADDRESS ON}
21{$VARSTRINGCHECKS ON}
22{$WRITEABLECONST OFF}
23{$MINENUMSIZE 1}
24{$IMAGEBASE $400000}
25{$DESCRIPTION 'Tnt Unicode Controls'}
26{$DESIGNONLY}
27{$IMPLICITBUILD ON}
28
29requires
30 dclmid,
31 TntUnicodeVcl_D70;
32
33contains
34 TntDBClientActns in '..\..\TntDBClientActns.pas',
35 TntDBClientActns_Design in '..\..\Design\TntDBClientActns_Design.pas';
36
37end.
Note: See TracBrowser for help on using the repository browser.