You've already forked lazarus-ccr
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:
@ -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>
|
||||||
|
Reference in New Issue
Block a user