lazarus/examples/idehelp/demoidehelp.lpk
mattias 5e7cd09324 example: idehelp: fpc keywords
git-svn-id: trunk@35026 -
2012-01-29 20:40:39 +00:00

38 lines
940 B
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="DemoIDEHelp"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="1">
<Item1>
<Filename Value="myidehelp.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="myidehelp"/>
</Item1>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>