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:
wp_xxyyzz
2017-11-04 13:52:54 +00:00
parent 9b8e818c3c
commit df444a83b6
2 changed files with 2 additions and 5 deletions

View File

@ -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 }

View File

@ -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)"/>