lazarus/components/simpleideintf/simpleideintf.lpk
mattias 509396835a simpleide: runtime only
git-svn-id: trunk@21983 -
2009-10-02 10:13:33 +00:00

44 lines
1.0 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="SimpleIDEIntf"/>
<CompilerOptions>
<Version Value="8"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="1">
<Item1>
<Filename Value="simpleide.pas"/>
<UnitName Value="simpleide"/>
</Item1>
</Files>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="CodeTools"/>
</Item1>
<Item2>
<PackageName Value="SynEdit"/>
</Item2>
<Item3>
<PackageName Value="IDEIntf"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item4>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>