source: ModularSystem/ModularSystem.lpk

Last change on this file was 431, checked in by chronos, 12 years ago
  • Added: ModuleManager modules updating notification using Update, BeginUpdate, EndUpdate.
  • Added: Module state Enabled and methods Enable and Disable.
  • Modified: Generalized dependency enumeration.
  • Added: Generalized module list forms for user control.
File size: 1.7 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="ModularSystem"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
12 </SearchPaths>
13 <Other>
14 <CompilerMessages>
15 <MsgFileName Value=""/>
16 </CompilerMessages>
17 <CompilerPath Value="$(CompPath)"/>
18 </Other>
19 </CompilerOptions>
20 <Description Value="Modular system"/>
21 <License Value="GNU/LGPLv3"/>
22 <Version Minor="2"/>
23 <Files Count="2">
24 <Item1>
25 <Filename Value="UModularSystem.pas"/>
26 <HasRegisterProc Value="True"/>
27 <UnitName Value="UModularSystem"/>
28 </Item1>
29 <Item2>
30 <Filename Value="UFormModuleList.pas"/>
31 <UnitName Value="UFormModuleList"/>
32 </Item2>
33 </Files>
34 <i18n>
35 <EnableI18N Value="True"/>
36 <OutDir Value="Language"/>
37 <EnableI18NForLFM Value="True"/>
38 </i18n>
39 <Type Value="RunAndDesignTime"/>
40 <RequiredPkgs Count="3">
41 <Item1>
42 <PackageName Value="LCL"/>
43 </Item1>
44 <Item2>
45 <PackageName Value="Common"/>
46 </Item2>
47 <Item3>
48 <PackageName Value="FCL"/>
49 </Item3>
50 </RequiredPkgs>
51 <UsageOptions>
52 <UnitPath Value="$(PkgOutDir)"/>
53 </UsageOptions>
54 <PublishOptions>
55 <Version Value="2"/>
56 </PublishOptions>
57 <CustomOptions Items="ExternHelp" Version="2">
58 <_ExternHelp Items="Count"/>
59 </CustomOptions>
60 </Package>
61</CONFIG>
Note: See TracBrowser for help on using the repository browser.