source: trunk/StudioCommon/LDStudioCommon.lpk

Last change on this file was 15, checked in by chronos, 12 years ago
  • Added: Registration of new file templates for modules.
  • Added: Program stores last opened file list in registry.
File size: 1.5 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="LDStudioCommon"/>
6 <CompilerOptions>
7 <Version Value="11"/>
8 <PathDelim Value="\"/>
9 <SearchPaths>
10 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
11 </SearchPaths>
12 <Other>
13 <CompilerMessages>
14 <MsgFileName Value=""/>
15 </CompilerMessages>
16 <CompilerPath Value="$(CompPath)"/>
17 </Other>
18 </CompilerOptions>
19 <Files Count="2">
20 <Item1>
21 <Filename Value="ULDStudioAPI.pas"/>
22 <HasRegisterProc Value="True"/>
23 <UnitName Value="ULDStudioAPI"/>
24 </Item1>
25 <Item2>
26 <Filename Value="USource.pas"/>
27 <UnitName Value="USource"/>
28 </Item2>
29 </Files>
30 <i18n>
31 <EnableI18N Value="True"/>
32 <OutDir Value="Languages"/>
33 <EnableI18NForLFM Value="True"/>
34 </i18n>
35 <Type Value="RunAndDesignTime"/>
36 <RequiredPkgs Count="5">
37 <Item1>
38 <PackageName Value="Common"/>
39 </Item1>
40 <Item2>
41 <PackageName Value="TemplateGenerics"/>
42 </Item2>
43 <Item3>
44 <PackageName Value="LCL"/>
45 </Item3>
46 <Item4>
47 <PackageName Value="ModularSystem"/>
48 </Item4>
49 <Item5>
50 <PackageName Value="FCL"/>
51 </Item5>
52 </RequiredPkgs>
53 <UsageOptions>
54 <UnitPath Value="$(PkgOutDir)"/>
55 </UsageOptions>
56 <PublishOptions>
57 <Version Value="2"/>
58 </PublishOptions>
59 </Package>
60</CONFIG>
Note: See TracBrowser for help on using the repository browser.