source: trunk/StudioModules/LDModuleProject/LDModuleProject.lpk

Last change on this file was 16, checked in by chronos, 12 years ago
  • Modified: Definition of text source file moved to new package Basic.
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="LDModuleProject"/>
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="3">
20 <Item1>
21 <Filename Value="UProject.pas"/>
22 <UnitName Value="UProject"/>
23 </Item1>
24 <Item2>
25 <Filename Value="UFormProject.pas"/>
26 <UnitName Value="UFormProject"/>
27 </Item2>
28 <Item3>
29 <Filename Value="ULDModuleProject.pas"/>
30 <UnitName Value="ULDModuleProject"/>
31 </Item3>
32 </Files>
33 <i18n>
34 <EnableI18N Value="True"/>
35 <OutDir Value="Languages"/>
36 <EnableI18NForLFM Value="True"/>
37 </i18n>
38 <Type Value="RunAndDesignTime"/>
39 <RequiredPkgs Count="4">
40 <Item1>
41 <PackageName Value="LDModuleBasic"/>
42 </Item1>
43 <Item2>
44 <PackageName Value="Common"/>
45 </Item2>
46 <Item3>
47 <PackageName Value="LDStudioCommon"/>
48 </Item3>
49 <Item4>
50 <PackageName Value="FCL"/>
51 </Item4>
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.