source: trunk/LinuxBuilder.lpi

Last change on this file was 16, checked in by chronos, 8 years ago
  • Added: Preparation for filtering of non visible nodes.
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="LinuxBuilder"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <VersionInfo>
17 <StringTable ProductVersion=""/>
18 </VersionInfo>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 </PublishOptions>
25 <RunParams>
26 <local>
27 <FormatVersion Value="1"/>
28 </local>
29 </RunParams>
30 <RequiredPackages Count="4">
31 <Item1>
32 <PackageName Value="reg"/>
33 <DefaultFilename Value="Packages/fcl-registry/reg.lpk" Prefer="True"/>
34 </Item1>
35 <Item2>
36 <PackageName Value="TemplateGenerics"/>
37 <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/>
38 </Item2>
39 <Item3>
40 <PackageName Value="Common"/>
41 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
42 </Item3>
43 <Item4>
44 <PackageName Value="LCL"/>
45 </Item4>
46 </RequiredPackages>
47 <Units Count="7">
48 <Unit0>
49 <Filename Value="LinuxBuilder.lpr"/>
50 <IsPartOfProject Value="True"/>
51 </Unit0>
52 <Unit1>
53 <Filename Value="UFormMain.pas"/>
54 <IsPartOfProject Value="True"/>
55 <ComponentName Value="FormMain"/>
56 <HasResources Value="True"/>
57 <ResourceBaseClass Value="Form"/>
58 </Unit1>
59 <Unit2>
60 <Filename Value="UKConfig.pas"/>
61 <IsPartOfProject Value="True"/>
62 </Unit2>
63 <Unit3>
64 <Filename Value="UFormList.pas"/>
65 <IsPartOfProject Value="True"/>
66 <ComponentName Value="FormList"/>
67 <HasResources Value="True"/>
68 <ResourceBaseClass Value="Form"/>
69 </Unit3>
70 <Unit4>
71 <Filename Value="UFormLog.pas"/>
72 <IsPartOfProject Value="True"/>
73 <ComponentName Value="FormLog"/>
74 <HasResources Value="True"/>
75 <ResourceBaseClass Value="Form"/>
76 </Unit4>
77 <Unit5>
78 <Filename Value="UFormCompare.pas"/>
79 <IsPartOfProject Value="True"/>
80 <ComponentName Value="FormCompare"/>
81 <HasResources Value="True"/>
82 <ResourceBaseClass Value="Form"/>
83 </Unit5>
84 <Unit6>
85 <Filename Value="UFormSearch.pas"/>
86 <IsPartOfProject Value="True"/>
87 <ComponentName Value="FormSearch"/>
88 <HasResources Value="True"/>
89 <ResourceBaseClass Value="Form"/>
90 </Unit6>
91 </Units>
92 </ProjectOptions>
93 <CompilerOptions>
94 <Version Value="11"/>
95 <Target>
96 <Filename Value="LinuxBuilder"/>
97 </Target>
98 <SearchPaths>
99 <IncludeFiles Value="$(ProjOutDir)"/>
100 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
101 </SearchPaths>
102 <Parsing>
103 <SyntaxOptions>
104 <SyntaxMode Value="Delphi"/>
105 <CStyleOperator Value="False"/>
106 <IncludeAssertionCode Value="True"/>
107 <AllowLabel Value="False"/>
108 <CPPInline Value="False"/>
109 </SyntaxOptions>
110 </Parsing>
111 <CodeGeneration>
112 <Checks>
113 <IOChecks Value="True"/>
114 <RangeChecks Value="True"/>
115 <OverflowChecks Value="True"/>
116 <StackChecks Value="True"/>
117 </Checks>
118 <VerifyObjMethodCallValidity Value="True"/>
119 </CodeGeneration>
120 <Linking>
121 <Options>
122 <Win32>
123 <GraphicApplication Value="True"/>
124 </Win32>
125 </Options>
126 </Linking>
127 </CompilerOptions>
128 <Debugging>
129 <Exceptions Count="3">
130 <Item1>
131 <Name Value="EAbort"/>
132 </Item1>
133 <Item2>
134 <Name Value="ECodetoolError"/>
135 </Item2>
136 <Item3>
137 <Name Value="EFOpenError"/>
138 </Item3>
139 </Exceptions>
140 </Debugging>
141</CONFIG>
Note: See TracBrowser for help on using the repository browser.