source: trunk/Packages/PinConnection/PinConnection.lpk

Last change on this file was 340, checked in by chronos, 3 months ago
  • Modified: PinConnection made as Lazarus package with reduced number of files.
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="5">
4 <PathDelim Value="\"/>
5 <Name Value="PinConnection"/>
6 <Type Value="RunAndDesignTime"/>
7 <AddToProjectUsesSection Value="True"/>
8 <Author Value="Chronos"/>
9 <CompilerOptions>
10 <Version Value="11"/>
11 <PathDelim Value="\"/>
12 <SearchPaths>
13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
14 </SearchPaths>
15 <Parsing>
16 <SyntaxOptions>
17 <SyntaxMode Value="Delphi"/>
18 <CStyleOperator Value="False"/>
19 <AllowLabel Value="False"/>
20 <CPPInline Value="False"/>
21 </SyntaxOptions>
22 </Parsing>
23 <Linking>
24 <Debugging>
25 <GenerateDebugInfo Value="False"/>
26 </Debugging>
27 </Linking>
28 </CompilerOptions>
29 <Description Value="System for class bidirectional communication interconnection."/>
30 <License Value="GNU/GPL"/>
31 <Version Minor="5"/>
32 <Files Count="5">
33 <Item1>
34 <Filename Value="CommFrame.pas"/>
35 <UnitName Value="CommFrame"/>
36 </Item1>
37 <Item2>
38 <Filename Value="CommPin.pas"/>
39 <UnitName Value="CommPin"/>
40 </Item2>
41 <Item3>
42 <Filename Value="CommThread.pas"/>
43 <UnitName Value="CommThread"/>
44 </Item3>
45 <Item4>
46 <Filename Value="PinConnection.pas"/>
47 <HasRegisterProc Value="True"/>
48 <UnitName Value="PinConnection"/>
49 </Item4>
50 <Item5>
51 <Filename Value="PinConnectionPackage.pas"/>
52 <Type Value="Main Unit"/>
53 <UnitName Value="PinConnectionPackage"/>
54 </Item5>
55 </Files>
56 <CompatibilityMode Value="True"/>
57 <i18n>
58 <EnableI18N Value="True"/>
59 <OutDir Value="Languages"/>
60 </i18n>
61 <RequiredPkgs Count="3">
62 <Item1>
63 <PackageName Value="Common"/>
64 </Item1>
65 <Item2>
66 <PackageName Value="CoolStreaming"/>
67 </Item2>
68 <Item3>
69 <PackageName Value="FCL"/>
70 <MinVersion Major="1" Valid="True"/>
71 </Item3>
72 </RequiredPkgs>
73 <UsageOptions>
74 <UnitPath Value="$(PkgOutDir)"/>
75 </UsageOptions>
76 <PublishOptions>
77 <Version Value="2"/>
78 </PublishOptions>
79 </Package>
80</CONFIG>
Note: See TracBrowser for help on using the repository browser.