lazarus/examples/gridexamples/grid_semaphor/semaphorgridlpk.lpk
mattias fc7d4fcba1 synuni, semaphorgridlpk: clean up fpc options
git-svn-id: trunk@38169 -
2012-08-05 10:48:22 +00:00

53 lines
1.4 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="SemaphorGridLPK"/>
<AddToProjectUsesSection Value="True"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgeType)"/>
</SearchPaths>
<Other>
<ConfigFile>
<ConfigFilePath Value=".\fpc.cfg"/>
</ConfigFile>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Version Major="1" Release="1"/>
<Files Count="2">
<Item1>
<Filename Value="semaphorgrids.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="SemaphorGrids"/>
</Item1>
<Item2>
<Filename Value="semaphordbgrids.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="SemaphorDBGrids"/>
</Item2>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>