source: trunk/Packages/ModularSystem/ModularSystem.lpk

Last change on this file was 18, checked in by chronos, 12 years ago
  • Used external packages are now stored in uncompressed form rather in zipped files. This allow better package version synchronisation.
File size: 1.2 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="1"/>
23 <Files Count="1">
24 <Item1>
25 <Filename Value="UModularSystem.pas"/>
26 <HasRegisterProc Value="True"/>
27 <UnitName Value="UModularSystem"/>
28 </Item1>
29 </Files>
30 <Type Value="RunAndDesignTime"/>
31 <RequiredPkgs Count="1">
32 <Item1>
33 <PackageName Value="FCL"/>
34 </Item1>
35 </RequiredPkgs>
36 <UsageOptions>
37 <UnitPath Value="$(PkgOutDir)"/>
38 </UsageOptions>
39 <PublishOptions>
40 <Version Value="2"/>
41 </PublishOptions>
42 </Package>
43</CONFIG>
Note: See TracBrowser for help on using the repository browser.