NiceGrid: Fix incorrect path in Lazarus package.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8842 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-06-24 09:43:29 +00:00
parent 9884b87d80
commit 0d3f47cae6

View File

@ -4,14 +4,13 @@
<PathDelim Value="\"/>
<Name Value="NiceGridLaz"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Priyatna"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="..\.."/>
<OtherUnitFiles Value="..\.."/>
<IncludeFiles Value="..\..\source"/>
<OtherUnitFiles Value="..\..\source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
@ -20,11 +19,11 @@
<Version Major="3"/>
<Files Count="2">
<Item1>
<Filename Value="../../source/nicegrid.pas"/>
<Filename Value="..\..\source\nicegrid.pas"/>
<UnitName Value="NiceGrid"/>
</Item1>
<Item2>
<Filename Value="../../source/nicegridreg.pas"/>
<Filename Value="..\..\source\nicegridreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="NiceGridReg"/>
</Item2>