lazarus/examples/dockmanager/package/easydockmgr.lpk
dodi 91ccba3b91 dockmanager example: restructure package
git-svn-id: trunk@22697 -
2009-11-21 13:08:42 +00:00

94 lines
2.4 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="EasyDockMgr"/>
<Author Value="DoDi"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="EasyDocking Manager and Notebook"/>
<License Value="LGPL"/>
<Version Major="1"/>
<Files Count="13">
<Item1>
<Filename Value="easydocksite.pas"/>
<UnitName Value="EasyDockSite"/>
</Item1>
<Item2>
<Filename Value="fdockbook.lfm"/>
<Type Value="LFM"/>
</Item2>
<Item3>
<Filename Value="fdockbook.lrs"/>
<Type Value="LRS"/>
</Item3>
<Item4>
<Filename Value="fdockbook.pas"/>
<UnitName Value="fDockBook"/>
</Item4>
<Item5>
<Filename Value="ffloatingsite.pas"/>
<UnitName Value="fFloatingSite"/>
</Item5>
<Item6>
<Filename Value="felasticsite.lfm"/>
<Type Value="LFM"/>
</Item6>
<Item7>
<Filename Value="felasticsite.lrs"/>
<Type Value="LRS"/>
</Item7>
<Item8>
<Filename Value="felasticsite.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="fElasticSite"/>
</Item8>
<Item9>
<Filename Value="uminirestore.pas"/>
<UnitName Value="uMiniRestore"/>
</Item9>
<Item10>
<Filename Value="fpageframe.lfm"/>
<Type Value="LFM"/>
</Item10>
<Item11>
<Filename Value="fpageframe.lrs"/>
<Type Value="LRS"/>
</Item11>
<Item12>
<Filename Value="fpageframe.pas"/>
<UnitName Value="fPageFrame"/>
</Item12>
<Item13>
<Filename Value="umakesite.pas"/>
<UnitName Value="uMakeSite"/>
</Item13>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\;..\package\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>