source: trunk/Packages/ModularSystem/ModularSystem.lpk

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="5">
4 <PathDelim Value="\"/>
5 <Name Value="ModularSystem"/>
6 <Type Value="RunAndDesignTime"/>
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 <Parsing>
15 <SyntaxOptions>
16 <SyntaxMode Value="Delphi"/>
17 </SyntaxOptions>
18 </Parsing>
19 </CompilerOptions>
20 <Description Value="Modular system"/>
21 <License Value="GNU/LGPLv3"/>
22 <Version Minor="2"/>
23 <Files Count="3">
24 <Item1>
25 <Filename Value="ModularSystem.pas"/>
26 <HasRegisterProc Value="True"/>
27 <UnitName Value="ModularSystem"/>
28 </Item1>
29 <Item2>
30 <Filename Value="FormModuleList.pas"/>
31 <UnitName Value="FormModuleList"/>
32 </Item2>
33 <Item3>
34 <Filename Value="ModularSystemPackage.pas"/>
35 <Type Value="Main Unit"/>
36 <UnitName Value="ModularSystemPackage"/>
37 </Item3>
38 </Files>
39 <CompatibilityMode Value="True"/>
40 <i18n>
41 <EnableI18N Value="True"/>
42 <OutDir Value="Language"/>
43 <EnableI18NForLFM Value="True"/>
44 </i18n>
45 <RequiredPkgs Count="3">
46 <Item1>
47 <PackageName Value="LCL"/>
48 </Item1>
49 <Item2>
50 <PackageName Value="Common"/>
51 </Item2>
52 <Item3>
53 <PackageName Value="FCL"/>
54 </Item3>
55 </RequiredPkgs>
56 <UsageOptions>
57 <UnitPath Value="$(PkgOutDir)"/>
58 </UsageOptions>
59 <PublishOptions>
60 <Version Value="2"/>
61 </PublishOptions>
62 <CustomOptions Items="ExternHelp" Version="2">
63 <_ExternHelp Items="Count"/>
64 </CustomOptions>
65 </Package>
66</CONFIG>
Note: See TracBrowser for help on using the repository browser.