source: trunk/Packages/Common/Common.lpk

Last change on this file was 38, checked in by chronos, 7 years ago
  • Modified: Updated Common package.
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="Common"/>
6 <Type Value="RunAndDesignTime"/>
7 <AddToProjectUsesSection Value="True"/>
8 <Author Value="Chronos (robie@centrum.cz)"/>
9 <CompilerOptions>
10 <Version Value="11"/>
11 <PathDelim Value="\"/>
12 <SearchPaths>
13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
14 </SearchPaths>
15 <Parsing>
16 <SyntaxOptions>
17 <SyntaxMode Value="Delphi"/>
18 <CStyleOperator Value="False"/>
19 <AllowLabel Value="False"/>
20 <CPPInline Value="False"/>
21 </SyntaxOptions>
22 </Parsing>
23 <CodeGeneration>
24 <Optimizations>
25 <OptimizationLevel Value="0"/>
26 </Optimizations>
27 </CodeGeneration>
28 <Linking>
29 <Debugging>
30 <GenerateDebugInfo Value="False"/>
31 </Debugging>
32 </Linking>
33 <Other>
34 <CompilerMessages>
35 <IgnoredMessages idx5024="True"/>
36 </CompilerMessages>
37 </Other>
38 </CompilerOptions>
39 <Description Value="Various libraries"/>
40 <License Value="GNU/GPL"/>
41 <Version Minor="7"/>
42 <Files Count="22">
43 <Item1>
44 <Filename Value="StopWatch.pas"/>
45 <UnitName Value="StopWatch"/>
46 </Item1>
47 <Item2>
48 <Filename Value="UCommon.pas"/>
49 <UnitName Value="UCommon"/>
50 </Item2>
51 <Item3>
52 <Filename Value="UDebugLog.pas"/>
53 <HasRegisterProc Value="True"/>
54 <UnitName Value="UDebugLog"/>
55 </Item3>
56 <Item4>
57 <Filename Value="UDelay.pas"/>
58 <UnitName Value="UDelay"/>
59 </Item4>
60 <Item5>
61 <Filename Value="UPrefixMultiplier.pas"/>
62 <UnitName Value="UPrefixMultiplier"/>
63 </Item5>
64 <Item6>
65 <Filename Value="UURI.pas"/>
66 <UnitName Value="UURI"/>
67 </Item6>
68 <Item7>
69 <Filename Value="UThreading.pas"/>
70 <UnitName Value="UThreading"/>
71 </Item7>
72 <Item8>
73 <Filename Value="UMemory.pas"/>
74 <UnitName Value="UMemory"/>
75 </Item8>
76 <Item9>
77 <Filename Value="UResetableThread.pas"/>
78 <UnitName Value="UResetableThread"/>
79 </Item9>
80 <Item10>
81 <Filename Value="UPool.pas"/>
82 <UnitName Value="UPool"/>
83 </Item10>
84 <Item11>
85 <Filename Value="ULastOpenedList.pas"/>
86 <HasRegisterProc Value="True"/>
87 <UnitName Value="ULastOpenedList"/>
88 </Item11>
89 <Item12>
90 <Filename Value="URegistry.pas"/>
91 <UnitName Value="URegistry"/>
92 </Item12>
93 <Item13>
94 <Filename Value="UJobProgressView.pas"/>
95 <HasRegisterProc Value="True"/>
96 <UnitName Value="UJobProgressView"/>
97 </Item13>
98 <Item14>
99 <Filename Value="UXMLUtils.pas"/>
100 <UnitName Value="UXMLUtils"/>
101 </Item14>
102 <Item15>
103 <Filename Value="UApplicationInfo.pas"/>
104 <HasRegisterProc Value="True"/>
105 <UnitName Value="UApplicationInfo"/>
106 </Item15>
107 <Item16>
108 <Filename Value="USyncCounter.pas"/>
109 <UnitName Value="USyncCounter"/>
110 </Item16>
111 <Item17>
112 <Filename Value="UListViewSort.pas"/>
113 <HasRegisterProc Value="True"/>
114 <UnitName Value="UListViewSort"/>
115 </Item17>
116 <Item18>
117 <Filename Value="UPersistentForm.pas"/>
118 <HasRegisterProc Value="True"/>
119 <UnitName Value="UPersistentForm"/>
120 </Item18>
121 <Item19>
122 <Filename Value="UFindFile.pas"/>
123 <HasRegisterProc Value="True"/>
124 <UnitName Value="UFindFile"/>
125 </Item19>
126 <Item20>
127 <Filename Value="UScaleDPI.pas"/>
128 <HasRegisterProc Value="True"/>
129 <UnitName Value="UScaleDPI"/>
130 </Item20>
131 <Item21>
132 <Filename Value="UTheme.pas"/>
133 <HasRegisterProc Value="True"/>
134 <UnitName Value="UTheme"/>
135 </Item21>
136 <Item22>
137 <Filename Value="UStringTable.pas"/>
138 <UnitName Value="UStringTable"/>
139 </Item22>
140 </Files>
141 <i18n>
142 <EnableI18N Value="True"/>
143 <OutDir Value="Languages"/>
144 <EnableI18NForLFM Value="True"/>
145 </i18n>
146 <RequiredPkgs Count="3">
147 <Item1>
148 <PackageName Value="LCL"/>
149 </Item1>
150 <Item2>
151 <PackageName Value="TemplateGenerics"/>
152 </Item2>
153 <Item3>
154 <PackageName Value="FCL"/>
155 <MinVersion Major="1" Valid="True"/>
156 </Item3>
157 </RequiredPkgs>
158 <UsageOptions>
159 <UnitPath Value="$(PkgOutDir)"/>
160 </UsageOptions>
161 <PublishOptions>
162 <Version Value="2"/>
163 </PublishOptions>
164 <CustomOptions Items="ExternHelp" Version="2">
165 <_ExternHelp Items="Count"/>
166 </CustomOptions>
167 </Package>
168</CONFIG>
Note: See TracBrowser for help on using the repository browser.