lazarus-ccr/examples/bluetooth/bluetoothlaz.lpk
mgaertner 3038dfc1da bluetooth: 0.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-20 00:15:12 +00:00

51 lines
1.3 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="bluetoothlaz"/>
<AddToProjectUsesSection Value="True"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Version Release="2"/>
<Files Count="3">
<Item1>
<Filename Value="bluetooth.pas"/>
<UnitName Value="Bluetooth"/>
</Item1>
<Item2>
<Filename Value="wiimotetools.pas"/>
<UnitName Value="WiiMoteTools"/>
</Item2>
<Item3>
<Filename Value="README.txt"/>
<Type Value="Binary"/>
</Item3>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>