* added lazarus package and license
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a8115ade2e
commit
c6d008fcae
24
components/spktoolbar/license.txt
Normal file
24
components/spktoolbar/license.txt
Normal file
@ -0,0 +1,24 @@
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or (at your
|
||||
option) any later version with the following modification:
|
||||
|
||||
As a special exception, the copyright holders of this library give you
|
||||
permission to link this library with independent modules to produce an
|
||||
executable, regardless of the license terms of these independent modules,and
|
||||
to copy and distribute the resulting executable under terms of your choice,
|
||||
provided that you also meet, for each linked independent module, the terms
|
||||
and conditions of the license of that module. An independent module is a
|
||||
module which is not derived from or based on this library. If you modify
|
||||
this library, you may extend this exception to your version of the library,
|
||||
but you are not obligated to do so. If you do not wish to do so, delete this
|
||||
exception statement from your version.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
|
||||
for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public License
|
||||
along with this library; if not, write to the Free Software Foundation,
|
||||
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
104
components/spktoolbar/spktoolbarpackage.lpk
Normal file
104
components/spktoolbar/spktoolbarpackage.lpk
Normal file
@ -0,0 +1,104 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="SpkToolbarPackage"/>
|
||||
<Author Value="Spook"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="SpkToolbar;SpkMath;SpkGUITools;SpkGraphTools"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="2"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Ribbon like toolbar"/>
|
||||
<License Value="Modified LGPL"/>
|
||||
<Version Minor="1"/>
|
||||
<Files Count="15">
|
||||
<Item1>
|
||||
<Filename Value="SpkToolbar\spkt_Appearance.pas"/>
|
||||
<UnitName Value="spkt_Appearance"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="SpkToolbar\spkt_BaseItem.pas"/>
|
||||
<UnitName Value="spkt_BaseItem"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="SpkToolbar\spkt_Buttons.pas"/>
|
||||
<UnitName Value="spkt_Buttons"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<Filename Value="SpkToolbar\spkt_Const.pas"/>
|
||||
<UnitName Value="spkt_Const"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="SpkToolbar\spkt_Dispatch.pas"/>
|
||||
<UnitName Value="spkt_Dispatch"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
<Filename Value="SpkToolbar\spkt_Exceptions.pas"/>
|
||||
<UnitName Value="spkt_Exceptions"/>
|
||||
</Item6>
|
||||
<Item7>
|
||||
<Filename Value="SpkToolbar\spkt_Items.pas"/>
|
||||
<UnitName Value="spkt_Items"/>
|
||||
</Item7>
|
||||
<Item8>
|
||||
<Filename Value="SpkToolbar\spkt_Pane.pas"/>
|
||||
<UnitName Value="spkt_Pane"/>
|
||||
</Item8>
|
||||
<Item9>
|
||||
<Filename Value="SpkToolbar\spkt_Tab.pas"/>
|
||||
<UnitName Value="spkt_Tab"/>
|
||||
</Item9>
|
||||
<Item10>
|
||||
<Filename Value="SpkToolbar\spkt_Tools.pas"/>
|
||||
<UnitName Value="spkt_Tools"/>
|
||||
</Item10>
|
||||
<Item11>
|
||||
<Filename Value="SpkToolbar\spkt_Types.pas"/>
|
||||
<UnitName Value="spkt_Types"/>
|
||||
</Item11>
|
||||
<Item12>
|
||||
<Filename Value="SpkToolbar\SpkToolbar.pas"/>
|
||||
<UnitName Value="SpkToolbar"/>
|
||||
</Item12>
|
||||
<Item13>
|
||||
<Filename Value="SpkMath\SpkMath.pas"/>
|
||||
<UnitName Value="SpkMath"/>
|
||||
</Item13>
|
||||
<Item14>
|
||||
<Filename Value="SpkGUITools\SpkGUITools.pas"/>
|
||||
<UnitName Value="SpkGuiTools"/>
|
||||
</Item14>
|
||||
<Item15>
|
||||
<Filename Value="SpkGraphTools\SpkGraphTools.pas"/>
|
||||
<UnitName Value="SpkGraphTools"/>
|
||||
</Item15>
|
||||
</Files>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="1">
|
||||
<Item1>
|
||||
<PackageName Value="LCL"/>
|
||||
</Item1>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
</CONFIG>
|
Loading…
Reference in New Issue
Block a user