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="\"/>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user