source: trunk/StudioModules/LDModuleDebug/LDModuleDebug.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.7 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="LDModuleDebug"/>
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="5">
20 <Item1>
21 <Filename Value="ULDModuleDebug.pas"/>
22 <UnitName Value="ULDModuleDebug"/>
23 </Item1>
24 <Item2>
25 <Filename Value="UFormCPU.pas"/>
26 <UnitName Value="UFormCPU"/>
27 </Item2>
28 <Item3>
29 <Filename Value="UFormInput.pas"/>
30 <UnitName Value="UFormInput"/>
31 </Item3>
32 <Item4>
33 <Filename Value="UFormMemory.pas"/>
34 <UnitName Value="UFormMemory"/>
35 </Item4>
36 <Item5>
37 <Filename Value="UFormOutput.pas"/>
38 <UnitName Value="UFormOutput"/>
39 </Item5>
40 </Files>
41 <i18n>
42 <EnableI18N Value="True"/>
43 <OutDir Value="Languages"/>
44 <EnableI18NForLFM Value="True"/>
45 </i18n>
46 <Type Value="RunAndDesignTime"/>
47 <RequiredPkgs Count="3">
48 <Item1>
49 <PackageName Value="LCL"/>
50 </Item1>
51 <Item2>
52 <PackageName Value="LDStudioCommon"/>
53 </Item2>
54 <Item3>
55 <PackageName Value="FCL"/>
56 </Item3>
57 </RequiredPkgs>
58 <UsageOptions>
59 <UnitPath Value="$(PkgOutDir)"/>
60 </UsageOptions>
61 <PublishOptions>
62 <Version Value="2"/>
63 </PublishOptions>
64 </Package>
65</CONFIG>
Note: See TracBrowser for help on using the repository browser.