source: trunk/Packages/PrintPreview/PrintPreview.lpk

Last change on this file was 23, checked in by chronos, 12 years ago
  • Přidáno: Rozpracovaná třídy pro komunikaci s přístupovým terminálem BF-630. Přiložen popis protokolu.
File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="3">
4 <PathDelim Value="\"/>
5 <Name Value="PrintPreview"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="9"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
12 </SearchPaths>
13 <Other>
14 <CompilerPath Value="$(CompPath)"/>
15 </Other>
16 </CompilerOptions>
17 <Description Value="Print preview component"/>
18 <License Value="GNU/GPL"/>
19 <Version Minor="1"/>
20 <Files Count="1">
21 <Item1>
22 <Filename Value="UPrintPreview.pas"/>
23 <HasRegisterProc Value="True"/>
24 <UnitName Value="UPrintPreview"/>
25 </Item1>
26 </Files>
27 <i18n>
28 <EnableI18N Value="True"/>
29 <OutDir Value="languages"/>
30 </i18n>
31 <Type Value="RunAndDesignTime"/>
32 <RequiredPkgs Count="3">
33 <Item1>
34 <PackageName Value="Printer4Lazarus"/>
35 </Item1>
36 <Item2>
37 <PackageName Value="LCL"/>
38 </Item2>
39 <Item3>
40 <PackageName Value="FCL"/>
41 <MinVersion Major="1" Valid="True"/>
42 </Item3>
43 </RequiredPkgs>
44 <UsageOptions>
45 <UnitPath Value="$(PkgOutDir)"/>
46 </UsageOptions>
47 <PublishOptions>
48 <Version Value="2"/>
49 </PublishOptions>
50 </Package>
51</CONFIG>
Note: See TracBrowser for help on using the repository browser.