source: trunk/Packages/Common/Common.lpk

Last change on this file was 13, checked in by chronos, 10 years ago
  • Added: Basic parsing of "Depends on" expressions.
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="Common"/>
6 <AddToProjectUsesSection Value="True"/>
7 <Author Value="Chronos (robie@centrum.cz)"/>
8 <CompilerOptions>
9 <Version Value="11"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Other>
15 <CompilerMessages>
16 <UseMsgFile Value="True"/>
17 </CompilerMessages>
18 <CompilerPath Value="$(CompPath)"/>
19 </Other>
20 </CompilerOptions>
21 <Description Value="Various libraries"/>
22 <License Value="GNU/GPL"/>
23 <Version Minor="7"/>
24 <Files Count="19">
25 <Item1>
26 <Filename Value="StopWatch.pas"/>
27 <UnitName Value="StopWatch"/>
28 </Item1>
29 <Item2>
30 <Filename Value="UCommon.pas"/>
31 <UnitName Value="UCommon"/>
32 </Item2>
33 <Item3>
34 <Filename Value="UDebugLog.pas"/>
35 <HasRegisterProc Value="True"/>
36 <UnitName Value="UDebugLog"/>
37 </Item3>
38 <Item4>
39 <Filename Value="UDelay.pas"/>
40 <UnitName Value="UDelay"/>
41 </Item4>
42 <Item5>
43 <Filename Value="UPrefixMultiplier.pas"/>
44 <UnitName Value="UPrefixMultiplier"/>
45 </Item5>
46 <Item6>
47 <Filename Value="UURI.pas"/>
48 <UnitName Value="UURI"/>
49 </Item6>
50 <Item7>
51 <Filename Value="UThreading.pas"/>
52 <UnitName Value="UThreading"/>
53 </Item7>
54 <Item8>
55 <Filename Value="UMemory.pas"/>
56 <UnitName Value="UMemory"/>
57 </Item8>
58 <Item9>
59 <Filename Value="UResetableThread.pas"/>
60 <UnitName Value="UResetableThread"/>
61 </Item9>
62 <Item10>
63 <Filename Value="UPool.pas"/>
64 <UnitName Value="UPool"/>
65 </Item10>
66 <Item11>
67 <Filename Value="ULastOpenedList.pas"/>
68 <HasRegisterProc Value="True"/>
69 <UnitName Value="ULastOpenedList"/>
70 </Item11>
71 <Item12>
72 <Filename Value="URegistry.pas"/>
73 <UnitName Value="URegistry"/>
74 </Item12>
75 <Item13>
76 <Filename Value="UJobProgressView.pas"/>
77 <HasRegisterProc Value="True"/>
78 <UnitName Value="UJobProgressView"/>
79 </Item13>
80 <Item14>
81 <Filename Value="UXMLUtils.pas"/>
82 <UnitName Value="UXMLUtils"/>
83 </Item14>
84 <Item15>
85 <Filename Value="UApplicationInfo.pas"/>
86 <HasRegisterProc Value="True"/>
87 <UnitName Value="UApplicationInfo"/>
88 </Item15>
89 <Item16>
90 <Filename Value="USyncCounter.pas"/>
91 <UnitName Value="USyncCounter"/>
92 </Item16>
93 <Item17>
94 <Filename Value="UListViewSort.pas"/>
95 <HasRegisterProc Value="True"/>
96 <UnitName Value="UListViewSort"/>
97 </Item17>
98 <Item18>
99 <Filename Value="UPersistentForm.pas"/>
100 <HasRegisterProc Value="True"/>
101 <UnitName Value="UPersistentForm"/>
102 </Item18>
103 <Item19>
104 <Filename Value="UFindFile.pas"/>
105 <HasRegisterProc Value="True"/>
106 <UnitName Value="UFindFile"/>
107 </Item19>
108 </Files>
109 <i18n>
110 <EnableI18N Value="True"/>
111 <OutDir Value="Languages"/>
112 </i18n>
113 <Type Value="RunAndDesignTime"/>
114 <RequiredPkgs Count="3">
115 <Item1>
116 <PackageName Value="reg"/>
117 </Item1>
118 <Item2>
119 <PackageName Value="TemplateGenerics"/>
120 </Item2>
121 <Item3>
122 <PackageName Value="FCL"/>
123 <MinVersion Major="1" Valid="True"/>
124 </Item3>
125 </RequiredPkgs>
126 <UsageOptions>
127 <UnitPath Value="$(PkgOutDir)"/>
128 </UsageOptions>
129 <PublishOptions>
130 <Version Value="2"/>
131 </PublishOptions>
132 <CustomOptions Items="ExternHelp" Version="2">
133 <_ExternHelp Items="Count"/>
134 </CustomOptions>
135 </Package>
136</CONFIG>
Note: See TracBrowser for help on using the repository browser.