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