lazarus/components/externhelp/externhelp.lpk
mattias c975158ce1 externhelp: i18n
git-svn-id: trunk@27186 -
2010-08-25 07:24:11 +00:00

90 lines
2.8 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="ExternHelp"/>
<Author Value="Mattias Gaertner"/>
<CompilerOptions>
<Version Value="9"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Help for pascal bindings"/>
<License Value="modified LGPL"/>
<Version Major="1" Minor="3"/>
<Files Count="2">
<Item1>
<Filename Value="externhelpfrm.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ExternHelpFrm"/>
</Item1>
<Item2>
<Filename Value="README.txt"/>
<Type Value="Binary"/>
</Item2>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
<CustomOptions Childs="ExternHelp">
<_ExternHelp Childs="Count/Item1/Item2/Item3">
<_Count Value="3"/>
<_Item1 Childs="Filename/Name/URL">
<_Filename Childs="Value">
<_Value Value="$(FPCSrcDir)/rtl/win32/windows.pp"/>
</_Filename>
<_Name Value="Windows"/>
<_URL Childs="Value">
<_Value Value="http://social.msdn.microsoft.com/Search/en-us?query=$(Identifier)"/>
</_URL>
</_Item1>
<_Item2 Childs="Filename/Name/URL">
<_Filename Childs="Value">
<_Value Value="$(FPCSrcDir)/packages/postgres/src/"/>
</_Filename>
<_Name Value="PostgreSQL"/>
<_URL Childs="Value">
<_Value Value="http://search.postgresql.org/search?q=$(Identifier)"/>
</_URL>
</_Item2>
<_Item3 Childs="Filename/Name/URL/WithSubDirectories">
<_Filename Childs="Value">
<_Value Value="$(FPCSrcDir)/packages/gtk2/"/>
</_Filename>
<_Name Value="Gtk2"/>
<_URL Childs="Value">
<_Value Value="http://www.google.com/custom?domains=library.gnome.org&amp;sitesearch=library.gnome.org&amp;q=$(Identifier)"/>
</_URL>
<_WithSubDirectories Childs="Value">
<_Value Value="True"/>
</_WithSubDirectories>
</_Item3>
</_ExternHelp>
</CustomOptions>
</Package>
</CONFIG>