source: trunk/Packages/fcl-registry/reg.lpk

Last change on this file was 13, checked in by chronos, 10 years ago
  • Added: Basic parsing of "Depends on" expressions.
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
4 <Name Value="reg"/>
5 <CompilerOptions>
6 <Version Value="11"/>
7 <SearchPaths>
8 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
9 </SearchPaths>
10 <Other>
11 <CompilerMessages>
12 <MsgFileName Value=""/>
13 </CompilerMessages>
14 <CompilerPath Value="$(CompPath)"/>
15 </Other>
16 </CompilerOptions>
17 <Files Count="6">
18 <Item1>
19 <Filename Value="xmlreg.pp"/>
20 <UnitName Value="xmlreg"/>
21 </Item1>
22 <Item2>
23 <Filename Value="regdef.inc"/>
24 <Type Value="Include"/>
25 </Item2>
26 <Item3>
27 <Filename Value="regini.inc"/>
28 <Type Value="Include"/>
29 </Item3>
30 <Item4>
31 <Filename Value="winreg.inc"/>
32 <Type Value="Include"/>
33 </Item4>
34 <Item5>
35 <Filename Value="xregreg.inc"/>
36 <Type Value="Include"/>
37 </Item5>
38 <Item6>
39 <Filename Value="myregistry.pas"/>
40 <UnitName Value="myregistry"/>
41 </Item6>
42 </Files>
43 <Type Value="RunAndDesignTime"/>
44 <RequiredPkgs Count="1">
45 <Item1>
46 <PackageName Value="FCL"/>
47 </Item1>
48 </RequiredPkgs>
49 <UsageOptions>
50 <UnitPath Value="$(PkgOutDir)"/>
51 </UsageOptions>
52 <PublishOptions>
53 <Version Value="2"/>
54 </PublishOptions>
55 </Package>
56</CONFIG>
Note: See TracBrowser for help on using the repository browser.