mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 05:00:01 +01:00
anchordocking: package type runtime, bug #28844
git-svn-id: trunk@50045 -
This commit is contained in:
parent
7ff368f3b7
commit
944630b2f7
@ -2,7 +2,6 @@
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Name Value="AnchorDocking"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<AddToProjectUsesSection Value="True"/>
|
||||
<Author Value="Mattias Gaertner mattias@freepascal.org"/>
|
||||
<CompilerOptions>
|
||||
|
||||
@ -2,20 +2,13 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit anchordockpkg;
|
||||
unit anchordockpkg;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
AnchorDocking, AnchorDockStorage, AnchorDockStr, AnchorDockOptionsDlg,
|
||||
LazarusPackageIntf;
|
||||
AnchorDocking, AnchorDockStorage, AnchorDockStr, AnchorDockOptionsDlg;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('AnchorDocking', @Register);
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user