source: trunk/Packages/CoolTranslator/CoolTranslator.lpk

Last change on this file was 9, checked in by chronos, 11 years ago
  • Přidáno: Systém pro překládání angličtiny do češtiny.
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="CoolTranslator"/>
6 <AddToProjectUsesSection Value="True"/>
7 <Author Value="Chronos (robie@centrum.cz)"/>
8 <CompilerOptions>
9 <Version Value="10"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Other>
15 <CompilerPath Value="$(CompPath)"/>
16 </Other>
17 </CompilerOptions>
18 <Description Value="Application interface translator tool"/>
19 <License Value="GNU/GPL"/>
20 <Version Minor="1"/>
21 <Files Count="3">
22 <Item1>
23 <Filename Value="UCoolTranslator.pas"/>
24 <HasRegisterProc Value="True"/>
25 <UnitName Value="UCoolTranslator"/>
26 </Item1>
27 <Item2>
28 <Filename Value="ULanguages.pas"/>
29 <UnitName Value="ULanguages"/>
30 </Item2>
31 <Item3>
32 <Filename Value="ReadMe.txt"/>
33 <Type Value="Text"/>
34 </Item3>
35 </Files>
36 <i18n>
37 <EnableI18N Value="True"/>
38 <OutDir Value="Languages"/>
39 </i18n>
40 <Type Value="RunAndDesignTime"/>
41 <RequiredPkgs Count="2">
42 <Item1>
43 <PackageName Value="LCL"/>
44 </Item1>
45 <Item2>
46 <PackageName Value="FCL"/>
47 <MinVersion Major="1" Valid="True"/>
48 </Item2>
49 </RequiredPkgs>
50 <UsageOptions>
51 <UnitPath Value="$(PkgOutDir)"/>
52 </UsageOptions>
53 <PublishOptions>
54 <Version Value="2"/>
55 </PublishOptions>
56 </Package>
57</CONFIG>
Note: See TracBrowser for help on using the repository browser.