close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Packages/Common/Common.lpk

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