1
0
Files
applications
bindings
components
acs
beepfp
chelper
cmdline
colorpalette
csvdocument
epiktimer
fpspreadsheet
freetypepascal
geckoport
gradcontrols
iphonelazext
jvcllaz
kcontrols
lazbarcodes
manualdock
mplayer
multithreadprocs
examples
mtpcpu.pas
mtprocs.pas
mtputils.pas
multithreadprocslaz.lpk
multithreadprocslaz.pas
nvidia-widgets
onguard
orpheus
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
smnetgradient
spktoolbar
svn
thtmlport
tparadoxdataset
tvplanit
virtualtreeview
virtualtreeview-new
xdev_toolkit
examples
lclbindings
wst
lazarus-ccr/components/multithreadprocs/multithreadprocslaz.lpk

52 lines
1.4 KiB
ObjectPascal
Raw Normal View History

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="MultiThreadProcsLaz"/>
<Author Value="Mattias Gaertner mattias@freepascal.org"/>
<CompilerOptions>
<Version Value="10"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Running procedures and methods parallel via a thread pool."/>
<License Value="modified LGPL2"/>
<Version Major="1" Minor="2" Release="1"/>
<Files Count="3">
<Item1>
<Filename Value="mtprocs.pas"/>
<UnitName Value="MTProcs"/>
</Item1>
<Item2>
<Filename Value="mtputils.pas"/>
<UnitName Value="MTPUtils"/>
</Item2>
<Item3>
<Filename Value="mtpcpu.pas"/>
<UnitName Value="MTPCPU"/>
</Item3>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<CustomOptions Value="-dUseCThreads"/>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>