source: trunk/tunneler.lpi

Last change on this file was 80, checked in by chronos, 7 weeks ago
  • Modified: Windows installer for version 1.0.0.
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Scaled Value="True"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <XPManifest>
14 <DpiAware Value="True"/>
15 </XPManifest>
16 <Icon Value="0"/>
17 </General>
18 <i18n>
19 <EnableI18N Value="True"/>
20 <OutDir Value="Languages"/>
21 </i18n>
22 <BuildModes Count="2">
23 <Item1 Name="Debug" Default="True"/>
24 <Item2 Name="Release">
25 <CompilerOptions>
26 <Version Value="11"/>
27 <Target>
28 <Filename Value="Tunneler"/>
29 </Target>
30 <SearchPaths>
31 <IncludeFiles Value="$(ProjOutDir)"/>
32 <OtherUnitFiles Value="Common;Forms"/>
33 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
34 </SearchPaths>
35 <Parsing>
36 <SyntaxOptions>
37 <SyntaxMode Value="Delphi"/>
38 <CStyleOperator Value="False"/>
39 <AllowLabel Value="False"/>
40 <CPPInline Value="False"/>
41 </SyntaxOptions>
42 </Parsing>
43 <CodeGeneration>
44 <SmartLinkUnit Value="True"/>
45 <Optimizations>
46 <OptimizationLevel Value="3"/>
47 </Optimizations>
48 </CodeGeneration>
49 <Linking>
50 <Debugging>
51 <GenerateDebugInfo Value="False"/>
52 <RunWithoutDebug Value="True"/>
53 <DebugInfoType Value="dsDwarf2Set"/>
54 <UseLineInfoUnit Value="False"/>
55 </Debugging>
56 <LinkSmart Value="True"/>
57 <Options>
58 <Win32>
59 <GraphicApplication Value="True"/>
60 </Win32>
61 </Options>
62 </Linking>
63 <Other>
64 <CompilerMessages>
65 <IgnoredMessages idx5024="True"/>
66 </CompilerMessages>
67 </Other>
68 </CompilerOptions>
69 </Item2>
70 <SharedMatrixOptions Count="2">
71 <Item1 ID="486260008827" Targets="Common,TemplateGenerics,CoolAudio" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
72 <Item2 ID="478750724916" Targets="Common,TemplateGenerics,CoolAudio" Modes="Release" Value="-CX -XX -O3"/>
73 </SharedMatrixOptions>
74 </BuildModes>
75 <PublishOptions>
76 <Version Value="2"/>
77 </PublishOptions>
78 <RunParams>
79 <FormatVersion Value="2"/>
80 <Modes Count="1">
81 <Mode0 Name="default"/>
82 </Modes>
83 </RunParams>
84 <RequiredPackages Count="5">
85 <Item1>
86 <PackageName Value="FCL"/>
87 </Item1>
88 <Item2>
89 <PackageName Value="CoolAudio"/>
90 <DefaultFilename Value="Packages/CoolAudio/CoolAudio.lpk" Prefer="True"/>
91 </Item2>
92 <Item3>
93 <PackageName Value="Common"/>
94 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
95 </Item3>
96 <Item4>
97 <PackageName Value="TemplateGenerics"/>
98 <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/>
99 </Item4>
100 <Item5>
101 <PackageName Value="LCL"/>
102 </Item5>
103 </RequiredPackages>
104 <Units Count="16">
105 <Unit0>
106 <Filename Value="tunneler.lpr"/>
107 <IsPartOfProject Value="True"/>
108 </Unit0>
109 <Unit1>
110 <Filename Value="Engine.pas"/>
111 <IsPartOfProject Value="True"/>
112 </Unit1>
113 <Unit2>
114 <Filename Value="Platform.pas"/>
115 <IsPartOfProject Value="True"/>
116 </Unit2>
117 <Unit3>
118 <Filename Value="Common/Rectangle.pas"/>
119 <IsPartOfProject Value="True"/>
120 </Unit3>
121 <Unit4>
122 <Filename Value="Forms/FormNewGame.pas"/>
123 <IsPartOfProject Value="True"/>
124 <ComponentName Value="FormNewGame"/>
125 <HasResources Value="True"/>
126 <ResourceBaseClass Value="Form"/>
127 </Unit4>
128 <Unit5>
129 <Filename Value="Forms/FormMain.pas"/>
130 <IsPartOfProject Value="True"/>
131 <ComponentName Value="FormMain"/>
132 <HasResources Value="True"/>
133 <ResourceBaseClass Value="Form"/>
134 </Unit5>
135 <Unit6>
136 <Filename Value="Forms/FormMap.pas"/>
137 <IsPartOfProject Value="True"/>
138 <ComponentName Value="FormMap"/>
139 <HasResources Value="True"/>
140 <ResourceBaseClass Value="Form"/>
141 </Unit6>
142 <Unit7>
143 <Filename Value="Forms/FormDebug.pas"/>
144 <IsPartOfProject Value="True"/>
145 <ComponentName Value="FormDebug"/>
146 <HasResources Value="True"/>
147 <ResourceBaseClass Value="Form"/>
148 </Unit7>
149 <Unit8>
150 <Filename Value="Forms/FormGameResult.pas"/>
151 <IsPartOfProject Value="True"/>
152 <ComponentName Value="FormGameResult"/>
153 <HasResources Value="True"/>
154 <ResourceBaseClass Value="Form"/>
155 </Unit8>
156 <Unit9>
157 <Filename Value="Core.pas"/>
158 <IsPartOfProject Value="True"/>
159 <ComponentName Value="Core"/>
160 <HasResources Value="True"/>
161 <ResourceBaseClass Value="DataModule"/>
162 </Unit9>
163 <Unit10>
164 <Filename Value="World.pas"/>
165 <IsPartOfProject Value="True"/>
166 </Unit10>
167 <Unit11>
168 <Filename Value="Matter.pas"/>
169 <IsPartOfProject Value="True"/>
170 </Unit11>
171 <Unit12>
172 <Filename Value="FastPixel.pas"/>
173 <IsPartOfProject Value="True"/>
174 </Unit12>
175 <Unit13>
176 <Filename Value="Sound.pas"/>
177 <IsPartOfProject Value="True"/>
178 </Unit13>
179 <Unit14>
180 <Filename Value="AsyncProcess2.pas"/>
181 <IsPartOfProject Value="True"/>
182 </Unit14>
183 <Unit15>
184 <Filename Value="PerlinNoise.pas"/>
185 <IsPartOfProject Value="True"/>
186 </Unit15>
187 </Units>
188 </ProjectOptions>
189 <CompilerOptions>
190 <Version Value="11"/>
191 <Target>
192 <Filename Value="Tunneler"/>
193 </Target>
194 <SearchPaths>
195 <IncludeFiles Value="$(ProjOutDir)"/>
196 <OtherUnitFiles Value="Common;Forms"/>
197 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
198 </SearchPaths>
199 <Parsing>
200 <SyntaxOptions>
201 <SyntaxMode Value="Delphi"/>
202 <CStyleOperator Value="False"/>
203 <IncludeAssertionCode Value="True"/>
204 <AllowLabel Value="False"/>
205 <CPPInline Value="False"/>
206 </SyntaxOptions>
207 </Parsing>
208 <CodeGeneration>
209 <Checks>
210 <IOChecks Value="True"/>
211 <RangeChecks Value="True"/>
212 <OverflowChecks Value="True"/>
213 <StackChecks Value="True"/>
214 </Checks>
215 <VerifyObjMethodCallValidity Value="True"/>
216 </CodeGeneration>
217 <Linking>
218 <Debugging>
219 <DebugInfoType Value="dsDwarf3"/>
220 <UseHeaptrc Value="True"/>
221 <UseExternalDbgSyms Value="True"/>
222 </Debugging>
223 <Options>
224 <Win32>
225 <GraphicApplication Value="True"/>
226 </Win32>
227 </Options>
228 </Linking>
229 <Other>
230 <CompilerMessages>
231 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True" idx3123="True"/>
232 </CompilerMessages>
233 <CustomOptions Value="-dDEBUG"/>
234 </Other>
235 </CompilerOptions>
236 <Debugging>
237 <Exceptions Count="3">
238 <Item1>
239 <Name Value="EAbort"/>
240 </Item1>
241 <Item2>
242 <Name Value="ECodetoolError"/>
243 </Item2>
244 <Item3>
245 <Name Value="EFOpenError"/>
246 </Item3>
247 </Exceptions>
248 </Debugging>
249</CONFIG>
Note: See TracBrowser for help on using the repository browser.