mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 09:03:43 +02:00
89 lines
2.5 KiB
XML
89 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="3">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="LazMouseAndKeyInput"/>
|
|
<Author Value="Tom Gregorovic"/>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="Tool for cross-platform manipulation with mouse and key input.
|
|
"/>
|
|
<License Value="GPL
|
|
"/>
|
|
<Version Minor="1"/>
|
|
<Files Count="9">
|
|
<Item1>
|
|
<Filename Value="carbonkeyinput.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="CarbonKeyInput"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="carbonmouseinput.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="CarbonMouseInput"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="keyinputintf.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="KeyInputIntf"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="mouseandkeyinput.pas"/>
|
|
<UnitName Value="MouseAndKeyInput"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Filename Value="mouseinputintf.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="MouseInputIntf"/>
|
|
</Item5>
|
|
<Item6>
|
|
<Filename Value="winkeyinput.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="WinKeyInput"/>
|
|
</Item6>
|
|
<Item7>
|
|
<Filename Value="winmouseinput.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="WinMouseInput"/>
|
|
</Item7>
|
|
<Item8>
|
|
<Filename Value="xkeyinput.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="XKeyInput"/>
|
|
</Item8>
|
|
<Item9>
|
|
<Filename Value="xmouseinput.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="XMouseInput"/>
|
|
</Item9>
|
|
</Files>
|
|
<RequiredPkgs Count="2">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</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>
|