RxFPC:fix compile after lazarus rev. 53751

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5555 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-12-22 05:41:02 +00:00
parent 77f9d53a72
commit 053b9c89c7
2 changed files with 5 additions and 14 deletions

View File

@ -48,7 +48,7 @@ type
end; end;
implementation implementation
uses SQLDB, synRegExpr, strUtils; uses SQLDB, RegExpr, strUtils;
procedure TSQLQuerySortEngine.Sort(FieldName: string; ADataSet: TDataSet; procedure TSQLQuerySortEngine.Sort(FieldName: string; ADataSet: TDataSet;

View File

@ -1,18 +1,13 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<Name Value="rx_sort_sqldb"/> <Name Value="rx_sort_sqldb"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<SearchPaths> <SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Version Major="1"/> <Version Major="1"/>
<Files Count="1"> <Files Count="1">
@ -22,17 +17,13 @@
<UnitName Value="RxSortSqlDB"/> <UnitName Value="RxSortSqlDB"/>
</Item1> </Item1>
</Files> </Files>
<Type Value="RunAndDesignTime"/> <RequiredPkgs Count="2">
<RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="SQLDBLaz"/> <PackageName Value="SQLDBLaz"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="rxnew"/> <PackageName Value="rxnew"/>
</Item2> </Item2>
<Item3>
<PackageName Value="IDEIntf"/>
</Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>