You've already forked lazarus-ccr
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:
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit register_rxctrl;
|
unit register_rxctrl;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
uses
|
uses
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxceEditLookupFields;
|
unit rxceEditLookupFields;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
unit register_rxtools;
|
unit register_rxtools;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
unit RxTextHolder_Editor;
|
unit RxTextHolder_Editor;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
unit exsortfb;
|
unit exsortfb;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
unit RxSortFBDataSet;
|
unit RxSortFBDataSet;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="4">
|
<Package Version="5">
|
||||||
<Name Value="rx_sort_sqldb"/>
|
<Name Value="rx_sort_sqldb"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<Author Value="Lagunov Aleksey"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
@ -10,7 +11,8 @@
|
|||||||
<UnitOutputDirectory Value="lib/rx_sort_sqldb/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
<UnitOutputDirectory Value="lib/rx_sort_sqldb/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
</CompilerOptions>
|
</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">
|
<Files Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="rx_sort_sqldb/rxsortsqldb.pas"/>
|
<Filename Value="rx_sort_sqldb/rxsortsqldb.pas"/>
|
||||||
@ -22,6 +24,7 @@
|
|||||||
<UnitName Value="exsortsql"/>
|
<UnitName Value="exsortsql"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
</Files>
|
</Files>
|
||||||
|
<CompatibilityMode Value="True"/>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="SQLDBLaz"/>
|
<PackageName Value="SQLDBLaz"/>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
unit exsortsql;
|
unit exsortsql;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
unit RxSortSqlDB;
|
unit RxSortSqlDB;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit exsortzeos;
|
unit exsortzeos;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
unit RxSortZeos;
|
unit RxSortZeos;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBGridExportSpreadSheet_ParamsUnit;
|
unit RxDBGridExportSpreadSheet_ParamsUnit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="4">
|
<Package Version="5">
|
||||||
<Name Value="rxdbgrid_print"/>
|
<Name Value="rxdbgrid_print"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<Author Value="Lagunov Aleksey"/>
|
<Author Value="Lagunov Aleksey"/>
|
||||||
@ -11,7 +11,8 @@
|
|||||||
<UnitOutputDirectory Value="lib/rxdbgrid_print/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
<UnitOutputDirectory Value="lib/rxdbgrid_print/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
</CompilerOptions>
|
</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">
|
<Files Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="rxdbgrid_print/rxdbgridprintgrid.pas"/>
|
<Filename Value="rxdbgrid_print/rxdbgridprintgrid.pas"/>
|
||||||
@ -23,6 +24,7 @@
|
|||||||
<UnitName Value="RxDBGridPrintGrid_SetupUnit"/>
|
<UnitName Value="RxDBGridPrintGrid_SetupUnit"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
</Files>
|
</Files>
|
||||||
|
<CompatibilityMode Value="True"/>
|
||||||
<LazDoc Paths="docs"/>
|
<LazDoc Paths="docs"/>
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="4">
|
<Package Version="5">
|
||||||
<Name Value="rxtools"/>
|
<Name Value="rxtools"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<Author Value="Lagunov Aleksey "/>
|
<Author Value="Lagunov Aleksey "/>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<Description Value="
|
<Description Value="
|
||||||
"/>
|
"/>
|
||||||
<License Value="LGPL"/>
|
<License Value="LGPL"/>
|
||||||
<Version Minor="5" Build="10"/>
|
<Version Minor="6" Build="12"/>
|
||||||
<Files Count="11">
|
<Files Count="11">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="rxtools/rxcrc.pas"/>
|
<Filename Value="rxtools/rxcrc.pas"/>
|
||||||
@ -60,6 +60,7 @@
|
|||||||
<UnitName Value="rxlogging"/>
|
<UnitName Value="rxlogging"/>
|
||||||
</Item11>
|
</Item11>
|
||||||
</Files>
|
</Files>
|
||||||
|
<CompatibilityMode Value="True"/>
|
||||||
<LazDoc Paths="docs;/usr/local/share/lazarus/components/rxnew/docs"/>
|
<LazDoc Paths="docs;/usr/local/share/lazarus/components/rxnew/docs"/>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxCRC;
|
unit rxCRC;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,8 +31,9 @@
|
|||||||
|
|
||||||
unit rxdconst;
|
unit rxdconst;
|
||||||
|
|
||||||
interface
|
{$I rx.inc}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
resourcestring
|
resourcestring
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxTextHolder;
|
unit RxTextHolder;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxutils;
|
unit rxutils;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user