source: MicroThreading/MicroThreading.lpk

Last change on this file was 225, checked in by george, 13 years ago
  • Patch file for FPC 2.4.2.
File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="3">
4 <Name Value="MicroThreading"/>
5 <Author Value="Chronos (robie@centrum.cz)"/>
6 <CompilerOptions>
7 <Version Value="9"/>
8 <SearchPaths>
9 <OtherUnitFiles Value="Other"/>
10 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
11 </SearchPaths>
12 <Other>
13 <CompilerMessages>
14 <UseMsgFile Value="True"/>
15 </CompilerMessages>
16 <CompilerPath Value="$(CompPath)"/>
17 </Other>
18 </CompilerOptions>
19 <Description Value="Micro threading subsystem. "/>
20 <License Value="GNU/GPL"/>
21 <Version Minor="2"/>
22 <Files Count="6">
23 <Item1>
24 <Filename Value="UMicroThreading.pas"/>
25 <HasRegisterProc Value="True"/>
26 <UnitName Value="UMicroThreading"/>
27 </Item1>
28 <Item2>
29 <Filename Value="UPlatform.pas"/>
30 <UnitName Value="UPlatform"/>
31 </Item2>
32 <Item3>
33 <Filename Value="ReadMe.txt"/>
34 <Type Value="Binary"/>
35 </Item3>
36 <Item4>
37 <Filename Value="UMicroThreadList.pas"/>
38 <UnitName Value="UMicroThreadList"/>
39 </Item4>
40 <Item5>
41 <Filename Value="UThreadEx.pas"/>
42 <UnitName Value="UThreadEx"/>
43 </Item5>
44 <Item6>
45 <Filename Value="UMicroThreadCallStack.pas"/>
46 <UnitName Value="UMicroThreadCallStack"/>
47 </Item6>
48 </Files>
49 <Type Value="RunAndDesignTime"/>
50 <RequiredPkgs Count="3">
51 <Item1>
52 <PackageName Value="ExceptionLogger"/>
53 </Item1>
54 <Item2>
55 <PackageName Value="LCL"/>
56 </Item2>
57 <Item3>
58 <PackageName Value="FCL"/>
59 <MinVersion Major="1" Valid="True"/>
60 </Item3>
61 </RequiredPkgs>
62 <UsageOptions>
63 <UnitPath Value="$(PkgOutDir)"/>
64 </UsageOptions>
65 <PublishOptions>
66 <Version Value="2"/>
67 </PublishOptions>
68 </Package>
69</CONFIG>
Note: See TracBrowser for help on using the repository browser.