source: tags/1.1.0/LazFuck.lpi

Last change on this file was 115, checked in by chronos, 4 years ago
  • Fixed: Build with Lazarus 2.0.10.
  • Modified: CoolTranslator package replaced by Translator in Common package.
  • Modified: About dialog moved to Common package.
File size: 9.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="LazFuck IDE"/>
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 <PathDelim Value="\"/>
28 <Target>
29 <Filename Value="LazFuck"/>
30 </Target>
31 <SearchPaths>
32 <IncludeFiles Value="$(ProjOutDir)"/>
33 <OtherUnitFiles Value="Forms;Target"/>
34 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
35 </SearchPaths>
36 <Parsing>
37 <SyntaxOptions>
38 <SyntaxMode Value="Delphi"/>
39 <CStyleOperator Value="False"/>
40 <AllowLabel Value="False"/>
41 <CPPInline Value="False"/>
42 </SyntaxOptions>
43 </Parsing>
44 <CodeGeneration>
45 <SmartLinkUnit Value="True"/>
46 <Optimizations>
47 <OptimizationLevel Value="3"/>
48 </Optimizations>
49 </CodeGeneration>
50 <Linking>
51 <Debugging>
52 <GenerateDebugInfo Value="False"/>
53 </Debugging>
54 <LinkSmart Value="True"/>
55 <Options>
56 <Win32>
57 <GraphicApplication Value="True"/>
58 </Win32>
59 </Options>
60 </Linking>
61 </CompilerOptions>
62 </Item2>
63 <SharedMatrixOptions Count="2">
64 <Item1 ID="163191122673" Targets="CoolTranslator,Common,TemplateGenerics" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
65 <Item2 ID="012750149698" Targets="CoolTranslator,Common,TemplateGenerics" Modes="Release" Value="-CX -XX -O3"/>
66 </SharedMatrixOptions>
67 </BuildModes>
68 <PublishOptions>
69 <Version Value="2"/>
70 </PublishOptions>
71 <RunParams>
72 <FormatVersion Value="2"/>
73 <Modes Count="1">
74 <Mode0 Name="default"/>
75 </Modes>
76 </RunParams>
77 <RequiredPackages Count="4">
78 <Item1>
79 <PackageName Value="FCL"/>
80 </Item1>
81 <Item2>
82 <PackageName Value="Common"/>
83 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
84 </Item2>
85 <Item3>
86 <PackageName Value="SynEdit"/>
87 </Item3>
88 <Item4>
89 <PackageName Value="LCL"/>
90 </Item4>
91 </RequiredPackages>
92 <Units Count="27">
93 <Unit0>
94 <Filename Value="LazFuck.lpr"/>
95 <IsPartOfProject Value="True"/>
96 </Unit0>
97 <Unit1>
98 <Filename Value="Forms\UFormMain.pas"/>
99 <IsPartOfProject Value="True"/>
100 <ComponentName Value="FormMain"/>
101 <HasResources Value="True"/>
102 <ResourceBaseClass Value="Form"/>
103 </Unit1>
104 <Unit2>
105 <Filename Value="Forms\UFormOptions.pas"/>
106 <IsPartOfProject Value="True"/>
107 <ComponentName Value="FormOptions"/>
108 <HasResources Value="True"/>
109 <ResourceBaseClass Value="Form"/>
110 </Unit2>
111 <Unit3>
112 <Filename Value="Forms\UFormCPU.pas"/>
113 <IsPartOfProject Value="True"/>
114 <ComponentName Value="FormCPU"/>
115 <HasResources Value="True"/>
116 <ResourceBaseClass Value="Form"/>
117 </Unit3>
118 <Unit4>
119 <Filename Value="Forms\UFormTargets.pas"/>
120 <IsPartOfProject Value="True"/>
121 <ComponentName Value="FormTargets"/>
122 <HasResources Value="True"/>
123 <ResourceBaseClass Value="Form"/>
124 </Unit4>
125 <Unit5>
126 <Filename Value="UTarget.pas"/>
127 <IsPartOfProject Value="True"/>
128 </Unit5>
129 <Unit6>
130 <Filename Value="Target\UTargetC.pas"/>
131 <IsPartOfProject Value="True"/>
132 </Unit6>
133 <Unit7>
134 <Filename Value="Target\UTargetDelphi.pas"/>
135 <IsPartOfProject Value="True"/>
136 </Unit7>
137 <Unit8>
138 <Filename Value="Target\UTargetInterpretter.pas"/>
139 <IsPartOfProject Value="True"/>
140 </Unit8>
141 <Unit9>
142 <Filename Value="Target\UTargetPHP.pas"/>
143 <IsPartOfProject Value="True"/>
144 </Unit9>
145 <Unit10>
146 <Filename Value="Forms\UFormOutput.pas"/>
147 <IsPartOfProject Value="True"/>
148 <ComponentName Value="FormOutput"/>
149 <HasResources Value="True"/>
150 <ResourceBaseClass Value="Form"/>
151 </Unit10>
152 <Unit11>
153 <Filename Value="Forms\UFormInput.pas"/>
154 <IsPartOfProject Value="True"/>
155 <ComponentName Value="FormInput"/>
156 <HasResources Value="True"/>
157 <ResourceBaseClass Value="Form"/>
158 </Unit11>
159 <Unit12>
160 <Filename Value="Forms\UFormMemory.pas"/>
161 <IsPartOfProject Value="True"/>
162 <ComponentName Value="FormMemory"/>
163 <HasResources Value="True"/>
164 <ResourceBaseClass Value="Form"/>
165 </Unit12>
166 <Unit13>
167 <Filename Value="Forms\UFormMessages.pas"/>
168 <IsPartOfProject Value="True"/>
169 <ComponentName Value="FormMessages"/>
170 <HasResources Value="True"/>
171 <ResourceBaseClass Value="Form"/>
172 </Unit13>
173 <Unit14>
174 <Filename Value="Target\UTargetJava.pas"/>
175 <IsPartOfProject Value="True"/>
176 </Unit14>
177 <Unit15>
178 <Filename Value="Forms\UFormSourceCode.pas"/>
179 <IsPartOfProject Value="True"/>
180 <ComponentName Value="FormSourceCode"/>
181 <HasResources Value="True"/>
182 <ResourceBaseClass Value="Form"/>
183 </Unit15>
184 <Unit16>
185 <Filename Value="Forms\UFormTargetCode.pas"/>
186 <IsPartOfProject Value="True"/>
187 <ComponentName Value="FormTargetCode"/>
188 <HasResources Value="True"/>
189 <ResourceBaseClass Value="Form"/>
190 </Unit16>
191 <Unit17>
192 <Filename Value="Forms\UFormTargetOptions.pas"/>
193 <IsPartOfProject Value="True"/>
194 <ComponentName Value="FormTargetOptions"/>
195 <HasResources Value="True"/>
196 <ResourceBaseClass Value="Form"/>
197 </Unit17>
198 <Unit18>
199 <Filename Value="UCore.pas"/>
200 <IsPartOfProject Value="True"/>
201 <ComponentName Value="Core"/>
202 <HasResources Value="True"/>
203 <ResourceBaseClass Value="DataModule"/>
204 </Unit18>
205 <Unit19>
206 <Filename Value="Target\UTargetFPC.pas"/>
207 <IsPartOfProject Value="True"/>
208 </Unit19>
209 <Unit20>
210 <Filename Value="Forms\UFormLog.pas"/>
211 <IsPartOfProject Value="True"/>
212 <ComponentName Value="FormLog"/>
213 <HasResources Value="True"/>
214 <ResourceBaseClass Value="Form"/>
215 </Unit20>
216 <Unit21>
217 <Filename Value="UProject.pas"/>
218 <IsPartOfProject Value="True"/>
219 </Unit21>
220 <Unit22>
221 <Filename Value="UBFTarget.pas"/>
222 <IsPartOfProject Value="True"/>
223 </Unit22>
224 <Unit23>
225 <Filename Value="Target\UTargetPython.pas"/>
226 <IsPartOfProject Value="True"/>
227 </Unit23>
228 <Unit24>
229 <Filename Value="Target\UTargetCSharp.pas"/>
230 <IsPartOfProject Value="True"/>
231 </Unit24>
232 <Unit25>
233 <Filename Value="UBFHighlighter.pas"/>
234 <IsPartOfProject Value="True"/>
235 </Unit25>
236 <Unit26>
237 <Filename Value="Target\UTargetJavascript.pas"/>
238 <IsPartOfProject Value="True"/>
239 </Unit26>
240 </Units>
241 </ProjectOptions>
242 <CompilerOptions>
243 <Version Value="11"/>
244 <PathDelim Value="\"/>
245 <Target>
246 <Filename Value="LazFuck"/>
247 </Target>
248 <SearchPaths>
249 <IncludeFiles Value="$(ProjOutDir)"/>
250 <OtherUnitFiles Value="Forms;Target"/>
251 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
252 </SearchPaths>
253 <Parsing>
254 <SyntaxOptions>
255 <SyntaxMode Value="Delphi"/>
256 <CStyleOperator Value="False"/>
257 <IncludeAssertionCode Value="True"/>
258 <AllowLabel Value="False"/>
259 <CPPInline Value="False"/>
260 </SyntaxOptions>
261 </Parsing>
262 <CodeGeneration>
263 <Checks>
264 <IOChecks Value="True"/>
265 <RangeChecks Value="True"/>
266 <OverflowChecks Value="True"/>
267 <StackChecks Value="True"/>
268 </Checks>
269 <VerifyObjMethodCallValidity Value="True"/>
270 </CodeGeneration>
271 <Linking>
272 <Debugging>
273 <UseHeaptrc Value="True"/>
274 <UseExternalDbgSyms Value="True"/>
275 </Debugging>
276 <Options>
277 <Win32>
278 <GraphicApplication Value="True"/>
279 </Win32>
280 </Options>
281 </Linking>
282 <Other>
283 <CompilerMessages>
284 <IgnoredMessages idx5024="True"/>
285 </CompilerMessages>
286 <CustomOptions Value="-dDEBUG"/>
287 </Other>
288 </CompilerOptions>
289 <Debugging>
290 <Exceptions Count="3">
291 <Item1>
292 <Name Value="EAbort"/>
293 </Item1>
294 <Item2>
295 <Name Value="ECodetoolError"/>
296 </Item2>
297 <Item3>
298 <Name Value="EFOpenError"/>
299 </Item3>
300 </Exceptions>
301 </Debugging>
302</CONFIG>
Note: See TracBrowser for help on using the repository browser.