jvcllaz: Clean up paths etc.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6249 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-03-15 23:52:25 +00:00
parent c385dfd734
commit c0be92092b
9 changed files with 13 additions and 13 deletions

View File

@ -9,6 +9,7 @@ uses
procedure Register;
implementation
{$R ../../resource/jvdbreg.res}
@ -37,9 +38,9 @@ const
begin
RegisterComponents(RsPaletteJvclDB, [ // was: TsPaletteDBVisual
TJvDBSearchEdit,
// TJvDBSearchCombobox,
// TJvDBSearchCombobox,
// TJvDBTreeView,
TJvDBHtLabel
// TJvDBTreeView
]);
(*
RegisterPropertyEditor(TypeInfo(string), TJvDBTreeView, cItemField, TFieldProperty); //TJvDataFieldProperty);

View File

@ -4,7 +4,7 @@
<PathDelim Value="\"/>
<Name Value="JvDBLazD"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lazarus port by: Michał Gawrycki"/>
<Author Value="Various authors - see header of each unit for original author. Lazarus port by Michał Gawrycki"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
@ -14,6 +14,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="Database controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code):
- Search edit
- Hypertext components "/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="4"/>

View File

@ -3,7 +3,7 @@
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="JvDBLazR"/>
<Author Value="Lazarus port by: Michał Gawrycki"/>
<Author Value="Various authors - see header of each unit for original author. Lazarus port by Michał Gawrycki"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
@ -13,6 +13,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="Database controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):
- Search edit
- Hypertext components "/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="4"/>

View File

@ -10,7 +10,7 @@
<SearchPaths>
<IncludeFiles Value="..\run\JvCmp"/>
<OtherUnitFiles Value="..\run\JvCmp"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvCmp"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):

View File

@ -10,7 +10,7 @@
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\design\JvCustomControls"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvCustom"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code):

View File

@ -10,8 +10,8 @@
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="..\run\JvJans"/>
<OtherUnitFiles Value="..\run\JvJans;..\design\JvJans"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<OtherUnitFiles Value="..\design\JvJans"/>
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvJans"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code of Jan's Components):

View File

@ -9,7 +9,7 @@
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\run\JvJans"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvJans"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code of Jan's Components):

View File

@ -46,8 +46,7 @@ interface
uses
LCLIntf, Types,
Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls,
SysUtils, Classes,
JvTypes;
SysUtils, Classes;
type
TJvLogic = class;

View File

@ -226,8 +226,6 @@ type
implementation
uses
Math;
//=== { TJvScopeLineValues } =================================================