RxFPC:use rx.inc in all modules

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8042 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2021-05-20 06:19:44 +00:00
parent 8a37b387ce
commit 2d820833c8
18 changed files with 28 additions and 21 deletions

View File

@ -31,7 +31,7 @@
unit register_rxctrl;
{$mode objfpc}{$H+}
{$I rx.inc}
interface
uses

View File

@ -31,7 +31,7 @@
unit rxceEditLookupFields;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -30,7 +30,7 @@
}
unit register_rxtools;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -30,7 +30,7 @@
}
unit RxTextHolder_Editor;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -30,7 +30,7 @@
unit exsortfb;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -30,7 +30,7 @@
}
unit RxSortFBDataSet;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<Name Value="rx_sort_sqldb"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lagunov Aleksey"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
@ -10,7 +11,8 @@
<UnitOutputDirectory Value="lib/rx_sort_sqldb/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
</CompilerOptions>
<Version Major="1" Minor="1" Release="1" Build="2"/>
<License Value="LGLPL"/>
<Version Major="1" Minor="1" Release="2" Build="3"/>
<Files Count="2">
<Item1>
<Filename Value="rx_sort_sqldb/rxsortsqldb.pas"/>
@ -22,6 +24,7 @@
<UnitName Value="exsortsql"/>
</Item2>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="SQLDBLaz"/>

View File

@ -30,7 +30,7 @@
unit exsortsql;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -1,6 +1,6 @@
unit RxSortSqlDB;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -31,7 +31,7 @@
unit exsortzeos;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -32,7 +32,7 @@
unit RxSortZeos;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -31,7 +31,7 @@
unit RxDBGridExportSpreadSheet_ParamsUnit;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<Name Value="rxdbgrid_print"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lagunov Aleksey"/>
@ -11,7 +11,8 @@
<UnitOutputDirectory Value="lib/rxdbgrid_print/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
</CompilerOptions>
<Version Major="1" Minor="1" Release="1" Build="1"/>
<License Value="LGPL"/>
<Version Major="1" Minor="1" Release="2" Build="2"/>
<Files Count="2">
<Item1>
<Filename Value="rxdbgrid_print/rxdbgridprintgrid.pas"/>
@ -23,6 +24,7 @@
<UnitName Value="RxDBGridPrintGrid_SetupUnit"/>
</Item2>
</Files>
<CompatibilityMode Value="True"/>
<LazDoc Paths="docs"/>
<RequiredPkgs Count="3">
<Item1>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<Name Value="rxtools"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lagunov Aleksey "/>
@ -14,7 +14,7 @@
<Description Value="
"/>
<License Value="LGPL"/>
<Version Minor="5" Build="10"/>
<Version Minor="6" Build="12"/>
<Files Count="11">
<Item1>
<Filename Value="rxtools/rxcrc.pas"/>
@ -60,6 +60,7 @@
<UnitName Value="rxlogging"/>
</Item11>
</Files>
<CompatibilityMode Value="True"/>
<LazDoc Paths="docs;/usr/local/share/lazarus/components/rxnew/docs"/>
<i18n>
<EnableI18N Value="True"/>

View File

@ -31,7 +31,7 @@
unit rxCRC;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -31,8 +31,9 @@
unit rxdconst;
interface
{$I rx.inc}
interface
resourcestring

View File

@ -31,7 +31,7 @@
unit RxTextHolder;
{$mode objfpc}{$H+}
{$I rx.inc}
interface

View File

@ -31,7 +31,7 @@
unit rxutils;
{$mode objfpc}{$H+}
{$I rx.inc}
interface