source: tags/1.2.0/Packages/CevoComponents/CevoComponents.lpk

Last change on this file was 206, checked in by chronos, 4 years ago
  • Modified: Remove warnings about uninitialized TPixelPointer variables. Initialize that types using PixelPointer function in similar way how TPoint is inicialized using Point function.
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="CevoComponents"/>
6 <Type Value="RunAndDesignTime"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
12 </SearchPaths>
13 <Parsing>
14 <SyntaxOptions>
15 <SyntaxMode Value="Delphi"/>
16 <CStyleOperator Value="False"/>
17 <AllowLabel Value="False"/>
18 <CPPInline Value="False"/>
19 </SyntaxOptions>
20 </Parsing>
21 <CodeGeneration>
22 <Optimizations>
23 <OptimizationLevel Value="0"/>
24 </Optimizations>
25 </CodeGeneration>
26 <Linking>
27 <Debugging>
28 <GenerateDebugInfo Value="False"/>
29 </Debugging>
30 </Linking>
31 <Other>
32 <CompilerMessages>
33 <IgnoredMessages idx5024="True"/>
34 </CompilerMessages>
35 </Other>
36 </CompilerOptions>
37 <Description Value="C-evo components"/>
38 <Version Major="1" Minor="2"/>
39 <Files Count="14">
40 <Item1>
41 <Filename Value="Area.pas"/>
42 <HasRegisterProc Value="True"/>
43 <UnitName Value="Area"/>
44 </Item1>
45 <Item2>
46 <Filename Value="ButtonA.pas"/>
47 <HasRegisterProc Value="True"/>
48 <UnitName Value="ButtonA"/>
49 </Item2>
50 <Item3>
51 <Filename Value="ButtonB.pas"/>
52 <HasRegisterProc Value="True"/>
53 <UnitName Value="ButtonB"/>
54 </Item3>
55 <Item4>
56 <Filename Value="ButtonC.pas"/>
57 <HasRegisterProc Value="True"/>
58 <UnitName Value="ButtonC"/>
59 </Item4>
60 <Item5>
61 <Filename Value="ButtonN.pas"/>
62 <HasRegisterProc Value="True"/>
63 <UnitName Value="ButtonN"/>
64 </Item5>
65 <Item6>
66 <Filename Value="EOTButton.pas"/>
67 <HasRegisterProc Value="True"/>
68 <UnitName Value="EOTButton"/>
69 </Item6>
70 <Item7>
71 <Filename Value="ButtonBase.pas"/>
72 <UnitName Value="ButtonBase"/>
73 </Item7>
74 <Item8>
75 <Filename Value="DrawDlg.pas"/>
76 <HasRegisterProc Value="True"/>
77 <UnitName Value="DrawDlg"/>
78 </Item8>
79 <Item9>
80 <Filename Value="ScreenTools.pas"/>
81 <Type Value="Include"/>
82 </Item9>
83 <Item10>
84 <Filename Value="Directories.pas"/>
85 <Type Value="Include"/>
86 </Item10>
87 <Item11>
88 <Filename Value="StringTables.pas"/>
89 <Type Value="Include"/>
90 </Item11>
91 <Item12>
92 <Filename Value="Sound.pas"/>
93 <UnitName Value="Sound"/>
94 </Item12>
95 <Item13>
96 <Filename Value="BaseWin.pas"/>
97 <HasRegisterProc Value="True"/>
98 <UnitName Value="BaseWin"/>
99 </Item13>
100 <Item14>
101 <Filename Value="UPixelPointer.pas"/>
102 <UnitName Value="UPixelPointer"/>
103 </Item14>
104 </Files>
105 <RequiredPkgs Count="2">
106 <Item1>
107 <PackageName Value="LCL"/>
108 </Item1>
109 <Item2>
110 <PackageName Value="FCL"/>
111 </Item2>
112 </RequiredPkgs>
113 <UsageOptions>
114 <UnitPath Value="$(PkgOutDir)"/>
115 </UsageOptions>
116 <PublishOptions>
117 <Version Value="2"/>
118 </PublishOptions>
119 <CustomOptions Items="ExternHelp" Version="2">
120 <_ExternHelp Items="Count"/>
121 </CustomOptions>
122 </Package>
123</CONFIG>
Note: See TracBrowser for help on using the repository browser.