source: GraphicTest/GraphicTest.lpi

Last change on this file was 573, checked in by chronos, 13 months ago
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File size: 7.1 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 <UseXPManifest Value="True"/>
12 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 <Icon Value="0"/>
16 </General>
17 <BuildModes Count="2">
18 <Item1 Name="Debug" Default="True"/>
19 <Item2 Name="Release">
20 <CompilerOptions>
21 <Version Value="11"/>
22 <Target>
23 <Filename Value="GraphicTest"/>
24 </Target>
25 <SearchPaths>
26 <IncludeFiles Value="$(ProjOutDir)"/>
27 <OtherUnitFiles Value="Methods;Forms"/>
28 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
29 </SearchPaths>
30 <Parsing>
31 <SyntaxOptions>
32 <SyntaxMode Value="Delphi"/>
33 <CStyleOperator Value="False"/>
34 <AllowLabel Value="False"/>
35 <UseAnsiStrings Value="False"/>
36 <CPPInline Value="False"/>
37 </SyntaxOptions>
38 </Parsing>
39 <CodeGeneration>
40 <SmartLinkUnit Value="True"/>
41 <Optimizations>
42 <OptimizationLevel Value="3"/>
43 </Optimizations>
44 </CodeGeneration>
45 <Linking>
46 <Debugging>
47 <GenerateDebugInfo Value="False"/>
48 </Debugging>
49 <LinkSmart Value="True"/>
50 <Options>
51 <Win32>
52 <GraphicApplication Value="True"/>
53 </Win32>
54 </Options>
55 </Linking>
56 <Other>
57 <CompilerMessages>
58 <IgnoredMessages idx5024="True"/>
59 </CompilerMessages>
60 <CustomOptions Value="-dOPENGL"/>
61 </Other>
62 </CompilerOptions>
63 </Item2>
64 <SharedMatrixOptions Count="2">
65 <Item1 ID="838068306737" Targets="GR32_Lazarus, bgrabitmappack" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
66 <Item2 ID="108912769980" Targets="GR32_Lazarus, bgrabitmappack" Modes="Release" Value="-CX -XX -O3"/>
67 </SharedMatrixOptions>
68 </BuildModes>
69 <PublishOptions>
70 <Version Value="2"/>
71 </PublishOptions>
72 <RunParams>
73 <FormatVersion Value="2"/>
74 <Modes Count="1">
75 <Mode0 Name="default"/>
76 </Modes>
77 </RunParams>
78 <RequiredPackages Count="4">
79 <Item1>
80 <PackageName Value="lazopenglcontext"/>
81 </Item1>
82 <Item2>
83 <PackageName Value="BGRABitmapPack"/>
84 <DefaultFilename Value="Packages/bgrabitmap/bgrabitmappack.lpk" Prefer="True"/>
85 </Item2>
86 <Item3>
87 <PackageName Value="SynEdit"/>
88 </Item3>
89 <Item4>
90 <PackageName Value="LCL"/>
91 </Item4>
92 </RequiredPackages>
93 <Units Count="20">
94 <Unit0>
95 <Filename Value="GraphicTest.lpr"/>
96 <IsPartOfProject Value="True"/>
97 </Unit0>
98 <Unit1>
99 <Filename Value="Forms/FormMain.pas"/>
100 <IsPartOfProject Value="True"/>
101 <ComponentName Value="FormMain"/>
102 <HasResources Value="True"/>
103 <ResourceBaseClass Value="Form"/>
104 </Unit1>
105 <Unit2>
106 <Filename Value="Platform.pas"/>
107 <IsPartOfProject Value="True"/>
108 </Unit2>
109 <Unit3>
110 <Filename Value="DrawMethod.pas"/>
111 <IsPartOfProject Value="True"/>
112 </Unit3>
113 <Unit4>
114 <Filename Value="FastBitmap.pas"/>
115 <IsPartOfProject Value="True"/>
116 </Unit4>
117 <Unit5>
118 <Filename Value="Forms/FormDraw.pas"/>
119 <IsPartOfProject Value="True"/>
120 <ComponentName Value="FormDraw"/>
121 <HasResources Value="True"/>
122 <ResourceBaseClass Value="Form"/>
123 </Unit5>
124 <Unit6>
125 <Filename Value="Methods/MethodCanvasPixels.pas"/>
126 <IsPartOfProject Value="True"/>
127 </Unit6>
128 <Unit7>
129 <Filename Value="Methods/MethodCanvasPixelsUpdateLock.pas"/>
130 <IsPartOfProject Value="True"/>
131 </Unit7>
132 <Unit8>
133 <Filename Value="Methods/MethodLazIntfImageColorsCopy.pas"/>
134 <IsPartOfProject Value="True"/>
135 </Unit8>
136 <Unit9>
137 <Filename Value="Methods/MethodLazIntfImageColorsNoCopy.pas"/>
138 <IsPartOfProject Value="True"/>
139 </Unit9>
140 <Unit10>
141 <Filename Value="Methods/MethodBGRABitmap.pas"/>
142 <IsPartOfProject Value="True"/>
143 </Unit10>
144 <Unit11>
145 <Filename Value="Methods/MethodBitmapRawImageDataPaintBox.pas"/>
146 <IsPartOfProject Value="True"/>
147 </Unit11>
148 <Unit12>
149 <Filename Value="Methods/MethodBitmapRawImageData.pas"/>
150 <IsPartOfProject Value="True"/>
151 </Unit12>
152 <Unit13>
153 <Filename Value="Methods/MethodDummy.pas"/>
154 <IsPartOfProject Value="True"/>
155 </Unit13>
156 <Unit14>
157 <Filename Value="Methods/MethodBitmapRawImageDataMove.pas"/>
158 <IsPartOfProject Value="True"/>
159 </Unit14>
160 <Unit15>
161 <Filename Value="Methods/MethodOpenGL.pas"/>
162 <IsPartOfProject Value="True"/>
163 </Unit15>
164 <Unit16>
165 <Filename Value="Methods/MethodOpenGLPBO.pas"/>
166 <IsPartOfProject Value="True"/>
167 </Unit16>
168 <Unit17>
169 <Filename Value="Methods/MethodGraphics32.pas"/>
170 <IsPartOfProject Value="True"/>
171 </Unit17>
172 <Unit18>
173 <Filename Value="Methods/MethodBitmapScanline.pas"/>
174 <IsPartOfProject Value="True"/>
175 </Unit18>
176 <Unit19>
177 <Filename Value="Methods/MethodMove.pas"/>
178 <IsPartOfProject Value="True"/>
179 </Unit19>
180 </Units>
181 </ProjectOptions>
182 <CompilerOptions>
183 <Version Value="11"/>
184 <Target>
185 <Filename Value="GraphicTest"/>
186 </Target>
187 <SearchPaths>
188 <IncludeFiles Value="$(ProjOutDir)"/>
189 <OtherUnitFiles Value="Methods;Forms"/>
190 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
191 </SearchPaths>
192 <Parsing>
193 <SyntaxOptions>
194 <SyntaxMode Value="Delphi"/>
195 <CStyleOperator Value="False"/>
196 <IncludeAssertionCode Value="True"/>
197 <AllowLabel Value="False"/>
198 <UseAnsiStrings Value="False"/>
199 <CPPInline Value="False"/>
200 </SyntaxOptions>
201 </Parsing>
202 <CodeGeneration>
203 <Checks>
204 <IOChecks Value="True"/>
205 <RangeChecks Value="True"/>
206 <OverflowChecks Value="True"/>
207 <StackChecks Value="True"/>
208 </Checks>
209 <VerifyObjMethodCallValidity Value="True"/>
210 </CodeGeneration>
211 <Linking>
212 <Debugging>
213 <DebugInfoType Value="dsDwarf3"/>
214 <UseHeaptrc Value="True"/>
215 </Debugging>
216 <Options>
217 <Win32>
218 <GraphicApplication Value="True"/>
219 </Win32>
220 </Options>
221 </Linking>
222 <Other>
223 <CompilerMessages>
224 <IgnoredMessages idx5024="True"/>
225 </CompilerMessages>
226 <CustomOptions Value="-dOPENGL"/>
227 </Other>
228 </CompilerOptions>
229 <Debugging>
230 <Exceptions Count="3">
231 <Item1>
232 <Name Value="EAbort"/>
233 </Item1>
234 <Item2>
235 <Name Value="ECodetoolError"/>
236 </Item2>
237 <Item3>
238 <Name Value="EFOpenError"/>
239 </Item3>
240 </Exceptions>
241 </Debugging>
242</CONFIG>
Note: See TracBrowser for help on using the repository browser.