lazarus/examples/codetools/jumptoimplementation/jumptoimplementation.lpk
mattias 92ed57e945 replaced paths with CodeTools package
git-svn-id: trunk@9876 -
2006-09-12 22:10:32 +00:00

46 lines
1.1 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<Name Value="JumpToImplementation"/>
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="1">
<Item1>
<Filename Value="codetoolsexample1.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="codetoolsexample1"/>
</Item1>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="CodeTools"/>
</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>
</Package>
</CONFIG>