* add missing file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1699 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
1a71788eeb
commit
c2ba3203b9
22
components/spktoolbar/spktoolbarpackage.pas
Normal file
22
components/spktoolbar/spktoolbarpackage.pas
Normal file
@ -0,0 +1,22 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit SpkToolbarPackage;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
spkt_Appearance, spkt_BaseItem, spkt_Buttons, spkt_Const, spkt_Dispatch,
|
||||
spkt_Exceptions, spkt_Items, spkt_Pane, spkt_Tab, spkt_Tools, spkt_Types,
|
||||
SpkToolbar, SpkMath, SpkGUITools, SpkGraphTools, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('SpkToolbarPackage', @Register);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user