mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 10:39:53 +01:00 
			
		
		
		
	
							parent
							
								
									4861906d3c
								
							
						
					
					
						commit
						59dca2c44b
					
				@ -106,7 +106,7 @@ const
 | 
			
		||||
  VirtualTempDir='TEMPORARYDIRECTORY';
 | 
			
		||||
  
 | 
			
		||||
  // FPC operating systems and processor types
 | 
			
		||||
  FPCOperatingSystemNames: array[1..33] of shortstring =(
 | 
			
		||||
  FPCOperatingSystemNames: array[1..34] of shortstring =(
 | 
			
		||||
     'linux',
 | 
			
		||||
     'win32','win64','wince',
 | 
			
		||||
     'darwin','macos',
 | 
			
		||||
@ -134,9 +134,10 @@ const
 | 
			
		||||
     'solaris',
 | 
			
		||||
     'symbian',
 | 
			
		||||
     'watcom',
 | 
			
		||||
     'wdosx'
 | 
			
		||||
     'wdosx',
 | 
			
		||||
     'wii'
 | 
			
		||||
    );
 | 
			
		||||
  FPCOperatingSystemCaptions: array[1..33] of shortstring =(
 | 
			
		||||
  FPCOperatingSystemCaptions: array[1..34] of shortstring =(
 | 
			
		||||
     'AIX',
 | 
			
		||||
     'Amiga',
 | 
			
		||||
     'Android',
 | 
			
		||||
@ -169,7 +170,8 @@ const
 | 
			
		||||
     'wdosx',
 | 
			
		||||
     'Win32',
 | 
			
		||||
     'Win64',
 | 
			
		||||
     'WinCE'
 | 
			
		||||
     'WinCE',
 | 
			
		||||
     'Wii'
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
  FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user