mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:39:25 +01:00 
			
		
		
		
	* update fpmake.inc for proper OS/CPU target list
git-svn-id: trunk@8086 -
This commit is contained in:
		
							parent
							
								
									5f573c2383
								
							
						
					
					
						commit
						69271c6e1a
					
				@ -4,7 +4,7 @@
 | 
			
		||||
    {$ELSEIF defined(EXTRAPACKAGES)}
 | 
			
		||||
    Directory:='sdl';
 | 
			
		||||
    {$ENDIF}
 | 
			
		||||
    OS:=[linux,netbsd,freebsd,openbsd,win32,win64];
 | 
			
		||||
    OS:=[linux,freebsd,win32,win64,darwin];
 | 
			
		||||
    Dependencies.Add('pthreads');
 | 
			
		||||
    Dependencies.Add('x11');
 | 
			
		||||
    Dependencies.Add('smpeg');
 | 
			
		||||
@ -16,4 +16,5 @@
 | 
			
		||||
    T:=Targets.AddUnit('sdl_gfx');
 | 
			
		||||
    T:=Targets.AddUnit('sdl_net');
 | 
			
		||||
    T:=Targets.AddUnit('smpeg');
 | 
			
		||||
    T.CPU := [I386,X86_64,PPC];
 | 
			
		||||
    EndPackage;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user