lazarus/components/codetools/ide/cody.lpk
mattias c1b1dd273a codetools: started ppu list dialog
git-svn-id: trunk@29430 -
2011-02-09 18:03:12 +00:00

58 lines
1.5 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="Cody"/>
<Author Value="Mattias Gaertner - mattias@freepascal.org"/>
<CompilerOptions>
<Version Value="10"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="IDE extensions using Codetools."/>
<License Value="GPL2"/>
<Version Major="1" Release="1"/>
<Files Count="2">
<Item1>
<Filename Value="ppulistdlg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="PPUListDlg"/>
</Item1>
<Item2>
<Filename Value="codystrconsts.pas"/>
<UnitName Value="CodyStrConsts"/>
</Item2>
</Files>
<LazDoc Paths="doc"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="LCLBase"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="CodeTools"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
<MinVersion Major="1" Release="1" Valid="True"/>
</Item4>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>