source: trunk/StudioModules/LDModulePascal/LDModulePascal.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.1 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="LDModulePascal"/>
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="1">
20 <Item1>
21 <Filename Value="ULDModulePascal.pas"/>
22 <UnitName Value="ULDModulePascal"/>
23 </Item1>
24 </Files>
25 <Type Value="RunAndDesignTime"/>
26 <RequiredPkgs Count="3">
27 <Item1>
28 <PackageName Value="LDModuleProject"/>
29 </Item1>
30 <Item2>
31 <PackageName Value="LDStudioCommon"/>
32 </Item2>
33 <Item3>
34 <PackageName Value="FCL"/>
35 </Item3>
36 </RequiredPkgs>
37 <UsageOptions>
38 <UnitPath Value="$(PkgOutDir)"/>
39 </UsageOptions>
40 <PublishOptions>
41 <Version Value="2"/>
42 </PublishOptions>
43 </Package>
44</CONFIG>
Note: See TracBrowser for help on using the repository browser.