You've already forked lazarus-ccr
rx: Remove unused dependence on Lazarus rx package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6057 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -164,7 +164,7 @@ procedure _DBError(const Msg: string);
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses Forms, Controls, Dialogs, RXDConst, rxlclutils, FileUtil,
|
uses Forms, Controls, Dialogs, RXDConst, rxlclutils, FileUtil,
|
||||||
AppUtils, RxAppUtils, RxStrUtils, Math, rxdateutil, LazUTF8;
|
RxAppUtils, RxStrUtils, Math, rxdateutil, LazUTF8;
|
||||||
|
|
||||||
{ Utility routines }
|
{ Utility routines }
|
||||||
|
|
||||||
|
@ -324,7 +324,7 @@ translate to Lazarus by alexs in 2005 - 2017"/>
|
|||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
<OutDir Value="languages"/>
|
<OutDir Value="languages"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<RequiredPkgs Count="5">
|
<RequiredPkgs Count="4">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="rxtools"/>
|
<PackageName Value="rxtools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
@ -338,9 +338,6 @@ translate to Lazarus by alexs in 2005 - 2017"/>
|
|||||||
<Item4>
|
<Item4>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
<Item5>
|
|
||||||
<PackageName Value="rx"/>
|
|
||||||
</Item5>
|
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
Reference in New Issue
Block a user