multithreadprocslaz.lpk 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="5">
  4. <Name Value="MultiThreadProcsLaz"/>
  5. <Type Value="RunAndDesignTime"/>
  6. <Author Value="Mattias Gaertner [email protected]"/>
  7. <CompilerOptions>
  8. <Version Value="11"/>
  9. <SearchPaths>
  10. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  11. </SearchPaths>
  12. <Other>
  13. <CustomOptions Value="$(IDEBuildOptions)"/>
  14. </Other>
  15. </CompilerOptions>
  16. <Description Value="Running procedures and methods parallel via a thread pool."/>
  17. <License Value="modified LGPL2"/>
  18. <Version Major="1" Minor="2" Release="1"/>
  19. <Files Count="3">
  20. <Item1>
  21. <Filename Value="mtprocs.pas"/>
  22. <UnitName Value="MTProcs"/>
  23. </Item1>
  24. <Item2>
  25. <Filename Value="mtputils.pas"/>
  26. <UnitName Value="MTPUtils"/>
  27. </Item2>
  28. <Item3>
  29. <Filename Value="mtpcpu.pas"/>
  30. <UnitName Value="MTPCPU"/>
  31. </Item3>
  32. </Files>
  33. <RequiredPkgs Count="1">
  34. <Item1>
  35. <PackageName Value="FCL"/>
  36. <MinVersion Major="1" Valid="True"/>
  37. </Item1>
  38. </RequiredPkgs>
  39. <UsageOptions>
  40. <CustomOptions Value="-dUseCThreads"/>
  41. <UnitPath Value="$(PkgOutDir)"/>
  42. </UsageOptions>
  43. <PublishOptions>
  44. <Version Value="2"/>
  45. </PublishOptions>
  46. </Package>
  47. </CONFIG>