Skip to content

Commit bccf26f

Browse files
Merge pull request #40 from philpem/main
Fix typo in library search path
2 parents 53d4758 + 2988c83 commit bccf26f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

LazarusSource/DiscImageManager.lpi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Version Value="11"/>
3636
<SearchPaths>
3737
<IncludeFiles Value="$(ProjOutDir)"/>
38-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
38+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
3939
<UnitOutputDirectory Value="lib/Debug/$(TargetCPU)-$(TargetOS)"/>
4040
</SearchPaths>
4141
<CodeGeneration>
@@ -69,7 +69,7 @@
6969
<Version Value="11"/>
7070
<SearchPaths>
7171
<IncludeFiles Value="$(ProjOutDir)"/>
72-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
72+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
7373
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
7474
</SearchPaths>
7575
<CodeGeneration>
@@ -103,7 +103,7 @@
103103
<Version Value="11"/>
104104
<SearchPaths>
105105
<IncludeFiles Value="$(ProjOutDir)"/>
106-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
106+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
107107
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
108108
</SearchPaths>
109109
<CodeGeneration>
@@ -140,7 +140,7 @@
140140
<Version Value="11"/>
141141
<SearchPaths>
142142
<IncludeFiles Value="$(ProjOutDir)"/>
143-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
143+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
144144
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
145145
</SearchPaths>
146146
<CodeGeneration>
@@ -176,7 +176,7 @@
176176
<Version Value="11"/>
177177
<SearchPaths>
178178
<IncludeFiles Value="$(ProjOutDir)"/>
179-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
179+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
180180
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
181181
</SearchPaths>
182182
<CodeGeneration>
@@ -207,7 +207,7 @@
207207
<Version Value="11"/>
208208
<SearchPaths>
209209
<IncludeFiles Value="$(ProjOutDir)"/>
210-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
210+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
211211
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
212212
</SearchPaths>
213213
<CodeGeneration>
@@ -238,7 +238,7 @@
238238
<Version Value="11"/>
239239
<SearchPaths>
240240
<IncludeFiles Value="$(ProjOutDir)"/>
241-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
241+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
242242
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
243243
</SearchPaths>
244244
<CodeGeneration>
@@ -269,7 +269,7 @@
269269
<Version Value="11"/>
270270
<SearchPaths>
271271
<IncludeFiles Value="$(ProjOutDir)"/>
272-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
272+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
273273
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
274274
</SearchPaths>
275275
<CodeGeneration>
@@ -300,7 +300,7 @@
300300
<Version Value="11"/>
301301
<SearchPaths>
302302
<IncludeFiles Value="$(ProjOutDir)"/>
303-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
303+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
304304
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
305305
</SearchPaths>
306306
<CodeGeneration>
@@ -331,7 +331,7 @@
331331
<Version Value="11"/>
332332
<SearchPaths>
333333
<IncludeFiles Value="$(ProjOutDir)"/>
334-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
334+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
335335
<UnitOutputDirectory Value="lib/Release/$(TargetCPU)-$(TargetOS)"/>
336336
</SearchPaths>
337337
<CodeGeneration>
@@ -539,7 +539,7 @@
539539
<Version Value="11"/>
540540
<SearchPaths>
541541
<IncludeFiles Value="$(ProjOutDir)"/>
542-
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/>
542+
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomComponents;../GJHCustomConponents"/>
543543
<UnitOutputDirectory Value="lib/Debug/$(TargetCPU)-$(TargetOS)"/>
544544
</SearchPaths>
545545
<CodeGeneration>

0 commit comments

Comments
 (0)