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
|
||||
|
||||
uses Forms, Controls, Dialogs, RXDConst, rxlclutils, FileUtil,
|
||||
AppUtils, RxAppUtils, RxStrUtils, Math, rxdateutil, LazUTF8;
|
||||
RxAppUtils, RxStrUtils, Math, rxdateutil, LazUTF8;
|
||||
|
||||
{ Utility routines }
|
||||
|
||||
|
@ -324,7 +324,7 @@ translate to Lazarus by alexs in 2005 - 2017"/>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<RequiredPkgs Count="5">
|
||||
<RequiredPkgs Count="4">
|
||||
<Item1>
|
||||
<PackageName Value="rxtools"/>
|
||||
</Item1>
|
||||
@ -338,9 +338,6 @@ translate to Lazarus by alexs in 2005 - 2017"/>
|
||||
<Item4>
|
||||
<PackageName Value="LCL"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<PackageName Value="rx"/>
|
||||
</Item5>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
|
Reference in New Issue
Block a user