This one tripped me up when I tried to build Disk Image Manager from source. There's a typo in the project search paths:
|
<OtherUnitFiles Value="../SpriteToBitmap;../GJHCustomConponents"/> |
The path included for GJHCustomComponents is "GJHCustomConponents" -- note the N in place of an M.
This one tripped me up when I tried to build Disk Image Manager from source. There's a typo in the project search paths:
DiscImageManager/LazarusSource/DiscImageManager.lpi
Line 38 in 53d4758
The path included for GJHCustomComponents is "GJHCustomConponents" -- note the N in place of an M.