source: trunk/LazFuck.lpi

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 9.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <CompatibilityMode Value="True"/>
9 </Flags>
10 <SessionStorage Value="InProjectDir"/>
11 <Title Value="LazFuck IDE"/>
12 <Scaled Value="True"/>
13 <ResourceType Value="res"/>
14 <UseXPManifest Value="True"/>
15 <XPManifest>
16 <DpiAware Value="True"/>
17 </XPManifest>
18 <Icon Value="0"/>
19 </General>
20 <i18n>
21 <EnableI18N Value="True"/>
22 <OutDir Value="Languages"/>
23 </i18n>
24 <BuildModes Count="2">
25 <Item1 Name="Debug" Default="True"/>
26 <Item2 Name="Release">
27 <CompilerOptions>
28 <Version Value="11"/>
29 <PathDelim Value="\"/>
30 <Target>
31 <Filename Value="LazFuck"/>
32 </Target>
33 <SearchPaths>
34 <IncludeFiles Value="$(ProjOutDir)"/>
35 <OtherUnitFiles Value="Forms;Target"/>
36 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
37 </SearchPaths>
38 <Parsing>
39 <SyntaxOptions>
40 <SyntaxMode Value="Delphi"/>
41 <CStyleOperator Value="False"/>
42 <AllowLabel Value="False"/>
43 <CPPInline Value="False"/>
44 </SyntaxOptions>
45 </Parsing>
46 <CodeGeneration>
47 <SmartLinkUnit Value="True"/>
48 <Optimizations>
49 <OptimizationLevel Value="3"/>
50 </Optimizations>
51 </CodeGeneration>
52 <Linking>
53 <Debugging>
54 <GenerateDebugInfo 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 idx6058="True" idx5024="True" idx3124="True" idx3123="True"/>
66 </CompilerMessages>
67 </Other>
68 </CompilerOptions>
69 </Item2>
70 <SharedMatrixOptions Count="2">
71 <Item1 ID="163191122673" Targets="Common,TemplateGenerics" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
72 <Item2 ID="012750149698" Targets="Common,TemplateGenerics" 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="4">
85 <Item1>
86 <PackageName Value="FCL"/>
87 </Item1>
88 <Item2>
89 <PackageName Value="Common"/>
90 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
91 </Item2>
92 <Item3>
93 <PackageName Value="SynEdit"/>
94 </Item3>
95 <Item4>
96 <PackageName Value="LCL"/>
97 </Item4>
98 </RequiredPackages>
99 <Units Count="29">
100 <Unit0>
101 <Filename Value="LazFuck.lpr"/>
102 <IsPartOfProject Value="True"/>
103 </Unit0>
104 <Unit1>
105 <Filename Value="Forms\FormMain.pas"/>
106 <IsPartOfProject Value="True"/>
107 <ComponentName Value="FormMain"/>
108 <HasResources Value="True"/>
109 <ResourceBaseClass Value="Form"/>
110 </Unit1>
111 <Unit2>
112 <Filename Value="Forms\FormOptions.pas"/>
113 <IsPartOfProject Value="True"/>
114 <ComponentName Value="FormOptions"/>
115 <HasResources Value="True"/>
116 <ResourceBaseClass Value="Form"/>
117 </Unit2>
118 <Unit3>
119 <Filename Value="Forms\FormCPU.pas"/>
120 <IsPartOfProject Value="True"/>
121 <ComponentName Value="FormCPU"/>
122 <HasResources Value="True"/>
123 <ResourceBaseClass Value="Form"/>
124 </Unit3>
125 <Unit4>
126 <Filename Value="Forms\FormTargets.pas"/>
127 <IsPartOfProject Value="True"/>
128 <ComponentName Value="FormTargets"/>
129 <HasResources Value="True"/>
130 <ResourceBaseClass Value="Form"/>
131 </Unit4>
132 <Unit5>
133 <Filename Value="Target.pas"/>
134 <IsPartOfProject Value="True"/>
135 </Unit5>
136 <Unit6>
137 <Filename Value="Target\TargetC.pas"/>
138 <IsPartOfProject Value="True"/>
139 </Unit6>
140 <Unit7>
141 <Filename Value="Target\TargetDelphi.pas"/>
142 <IsPartOfProject Value="True"/>
143 </Unit7>
144 <Unit8>
145 <Filename Value="Target\TargetInterpretter.pas"/>
146 <IsPartOfProject Value="True"/>
147 </Unit8>
148 <Unit9>
149 <Filename Value="Target\TargetPHP.pas"/>
150 <IsPartOfProject Value="True"/>
151 </Unit9>
152 <Unit10>
153 <Filename Value="Forms\FormOutput.pas"/>
154 <IsPartOfProject Value="True"/>
155 <ComponentName Value="FormOutput"/>
156 <HasResources Value="True"/>
157 <ResourceBaseClass Value="Form"/>
158 </Unit10>
159 <Unit11>
160 <Filename Value="Forms\FormInput.pas"/>
161 <IsPartOfProject Value="True"/>
162 <ComponentName Value="FormInput"/>
163 <HasResources Value="True"/>
164 <ResourceBaseClass Value="Form"/>
165 </Unit11>
166 <Unit12>
167 <Filename Value="Forms\FormMemory.pas"/>
168 <IsPartOfProject Value="True"/>
169 <ComponentName Value="FormMemory"/>
170 <HasResources Value="True"/>
171 <ResourceBaseClass Value="Form"/>
172 </Unit12>
173 <Unit13>
174 <Filename Value="Forms\FormMessages.pas"/>
175 <IsPartOfProject Value="True"/>
176 <ComponentName Value="FormMessages"/>
177 <HasResources Value="True"/>
178 <ResourceBaseClass Value="Form"/>
179 </Unit13>
180 <Unit14>
181 <Filename Value="Target\TargetJava.pas"/>
182 <IsPartOfProject Value="True"/>
183 </Unit14>
184 <Unit15>
185 <Filename Value="Forms\FormSourceCode.pas"/>
186 <IsPartOfProject Value="True"/>
187 <ComponentName Value="FormSourceCode"/>
188 <HasResources Value="True"/>
189 <ResourceBaseClass Value="Form"/>
190 </Unit15>
191 <Unit16>
192 <Filename Value="Forms\FormTargetCode.pas"/>
193 <IsPartOfProject Value="True"/>
194 <ComponentName Value="FormTargetCode"/>
195 <HasResources Value="True"/>
196 <ResourceBaseClass Value="Form"/>
197 </Unit16>
198 <Unit17>
199 <Filename Value="Forms\FormTargetOptions.pas"/>
200 <IsPartOfProject Value="True"/>
201 <ComponentName Value="FormTargetOptions"/>
202 <HasResources Value="True"/>
203 <ResourceBaseClass Value="Form"/>
204 </Unit17>
205 <Unit18>
206 <Filename Value="Core.pas"/>
207 <IsPartOfProject Value="True"/>
208 <ComponentName Value="Core"/>
209 <HasResources Value="True"/>
210 <ResourceBaseClass Value="DataModule"/>
211 </Unit18>
212 <Unit19>
213 <Filename Value="Target\TargetFPC.pas"/>
214 <IsPartOfProject Value="True"/>
215 </Unit19>
216 <Unit20>
217 <Filename Value="Forms\FormLog.pas"/>
218 <IsPartOfProject Value="True"/>
219 <ComponentName Value="FormLog"/>
220 <HasResources Value="True"/>
221 <ResourceBaseClass Value="Form"/>
222 </Unit20>
223 <Unit21>
224 <Filename Value="Project.pas"/>
225 <IsPartOfProject Value="True"/>
226 </Unit21>
227 <Unit22>
228 <Filename Value="BFTarget.pas"/>
229 <IsPartOfProject Value="True"/>
230 </Unit22>
231 <Unit23>
232 <Filename Value="Target\TargetPython.pas"/>
233 <IsPartOfProject Value="True"/>
234 </Unit23>
235 <Unit24>
236 <Filename Value="Target\TargetCSharp.pas"/>
237 <IsPartOfProject Value="True"/>
238 </Unit24>
239 <Unit25>
240 <Filename Value="BFHighlighter.pas"/>
241 <IsPartOfProject Value="True"/>
242 </Unit25>
243 <Unit26>
244 <Filename Value="Target\TargetJavascript.pas"/>
245 <IsPartOfProject Value="True"/>
246 </Unit26>
247 <Unit27>
248 <Filename Value="Forms\FormCompileMultiple.pas"/>
249 <IsPartOfProject Value="True"/>
250 <ComponentName Value="FormCompileMultiple"/>
251 <HasResources Value="True"/>
252 <ResourceBaseClass Value="Form"/>
253 </Unit27>
254 <Unit28>
255 <Filename Value="BFCodeTools.pas"/>
256 <IsPartOfProject Value="True"/>
257 </Unit28>
258 </Units>
259 </ProjectOptions>
260 <CompilerOptions>
261 <Version Value="11"/>
262 <PathDelim Value="\"/>
263 <Target>
264 <Filename Value="LazFuck"/>
265 </Target>
266 <SearchPaths>
267 <IncludeFiles Value="$(ProjOutDir)"/>
268 <OtherUnitFiles Value="Forms;Target"/>
269 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
270 </SearchPaths>
271 <Parsing>
272 <SyntaxOptions>
273 <SyntaxMode Value="Delphi"/>
274 <CStyleOperator Value="False"/>
275 <IncludeAssertionCode Value="True"/>
276 <AllowLabel Value="False"/>
277 <CPPInline Value="False"/>
278 </SyntaxOptions>
279 </Parsing>
280 <CodeGeneration>
281 <Checks>
282 <IOChecks Value="True"/>
283 <RangeChecks Value="True"/>
284 <OverflowChecks Value="True"/>
285 <StackChecks Value="True"/>
286 </Checks>
287 <VerifyObjMethodCallValidity Value="True"/>
288 </CodeGeneration>
289 <Linking>
290 <Debugging>
291 <DebugInfoType Value="dsDwarf2Set"/>
292 <UseHeaptrc Value="True"/>
293 <UseExternalDbgSyms Value="True"/>
294 </Debugging>
295 <Options>
296 <Win32>
297 <GraphicApplication Value="True"/>
298 </Win32>
299 </Options>
300 </Linking>
301 <Other>
302 <CompilerMessages>
303 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True" idx3123="True"/>
304 </CompilerMessages>
305 <CustomOptions Value="-dDEBUG"/>
306 </Other>
307 </CompilerOptions>
308 <Debugging>
309 <Exceptions Count="3">
310 <Item1>
311 <Name Value="EAbort"/>
312 </Item1>
313 <Item2>
314 <Name Value="ECodetoolError"/>
315 </Item2>
316 <Item3>
317 <Name Value="EFOpenError"/>
318 </Item3>
319 </Exceptions>
320 </Debugging>
321</CONFIG>
Note: See TracBrowser for help on using the repository browser.