source: trunk/GraphicTest.lpi

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