source: Registry/GeneralRegistry.lpk

Last change on this file was 538, checked in by chronos, 5 years ago
  • Modified: Use fcl registry.
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
4 <Name Value="GeneralRegistry"/>
5 <Type Value="RunAndDesignTime"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <SearchPaths>
10 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
11 </SearchPaths>
12 </CompilerOptions>
13 <Description Value="Generalized registry classes for multiplatform programming."/>
14 <License Value="LGPL"/>
15 <Version Minor="1"/>
16 <Files Count="2">
17 <Item2>
18 <Filename Value="UGeneralRegistry.pas"/>
19 <HasRegisterProc Value="True"/>
20 <UnitName Value="UGeneralRegistry"/>
21 </Item2>
22 </Files>
23 <RequiredPkgs Count="1">
24 <Item1>
25 <PackageName Value="FCL"/>
26 </Item1>
27 </RequiredPkgs>
28 <UsageOptions>
29 <UnitPath Value="$(PkgOutDir)"/>
30 </UsageOptions>
31 <PublishOptions>
32 <Version Value="2"/>
33 </PublishOptions>
34 <CustomOptions Items="ExternHelp" Version="2">
35 <_ExternHelp Items="Count"/>
36 </CustomOptions>
37 </Package>
38</CONFIG>
Note: See TracBrowser for help on using the repository browser.