mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 22:49:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>
 | 
