source: components/VCLSkin.v4.04.For.D7/WinSkinD7R.dpk

Last change on this file was 1, checked in by maron, 16 years ago

3.1 verze, první revize

File size: 949 bytes
Line 
1package WinSkinD7R;
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 'VclSkin Runtime Package'}
26{$RUNONLY}
27{$IMPLICITBUILD OFF}
28
29requires
30 rtl,
31 vcl,
32 vclx,
33 vclactnband;
34
35contains
36 WinSkinForm in 'WinSkinForm.pas',
37 ImgUtil in 'ImgUtil.pas',
38 SkinRead in 'SkinRead.pas',
39 WinConvert in 'WinConvert.pas',
40 WinSkinData in 'WinSkinData.pas',
41 WinSkinDlg in 'WinSkinDlg.pas',
42 WinSkinMenu in 'Winskinmenu.pas',
43 WinSkinStore in 'WinSkinStore.pas',
44 WinSkinIni in 'WinSkinini.pas',
45 WinSubClass in 'WinSubClass.pas';
46
47end.
Note: See TracBrowser for help on using the repository browser.