mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 16:39:24 +01:00 
			
		
		
		
	* fpmake.pp-file fixes
git-svn-id: trunk@18087 -
This commit is contained in:
		
							parent
							
								
									4d5a4a2dd7
								
							
						
					
					
						commit
						48a56e03d7
					
				
							
								
								
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							@ -1014,6 +1014,7 @@ packages/chm/src/paslzx.pas svneol=native#text/plain
 | 
			
		||||
packages/chm/src/paslzxcomp.pas svneol=native#text/plain
 | 
			
		||||
packages/cocoaint/Makefile svneol=native#text/plain
 | 
			
		||||
packages/cocoaint/Makefile.fpc svneol=native#text/plain
 | 
			
		||||
packages/cocoaint/fpmake.pp svneol=native#text/plain
 | 
			
		||||
packages/cocoaint/src/AnonClassDefinitionsCoredata.pas svneol=native#text/plain
 | 
			
		||||
packages/cocoaint/src/AnonClassDefinitionsQuartzcore.pas svneol=native#text/plain
 | 
			
		||||
packages/cocoaint/src/AnonClassDefinitionsWebkit.pas svneol=native#text/plain
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										35
									
								
								packages/cocoaint/fpmake.pp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								packages/cocoaint/fpmake.pp
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,35 @@
 | 
			
		||||
{$ifndef ALLPACKAGES}
 | 
			
		||||
{$mode objfpc}{$H+}
 | 
			
		||||
program fpmake;
 | 
			
		||||
 | 
			
		||||
uses fpmkunit;
 | 
			
		||||
 | 
			
		||||
Var
 | 
			
		||||
  P : TPackage;
 | 
			
		||||
  T : TTarget;
 | 
			
		||||
begin
 | 
			
		||||
  With Installer do
 | 
			
		||||
    begin
 | 
			
		||||
{$endif ALLPACKAGES}
 | 
			
		||||
 | 
			
		||||
    P:=AddPackage('cocoaint');
 | 
			
		||||
{$ifdef ALLPACKAGES}
 | 
			
		||||
    P.Directory:='cocoaint';
 | 
			
		||||
{$endif ALLPACKAGES}
 | 
			
		||||
    P.Version:='2.7.1';
 | 
			
		||||
    P.OSes:=[darwin,iphonesim];
 | 
			
		||||
    P.Dependencies.Add('univint');
 | 
			
		||||
    P.SourcePath.Add('src');
 | 
			
		||||
 | 
			
		||||
    T:=P.Targets.AddUnit('CocoaAll.pp');
 | 
			
		||||
    T:=P.Targets.AddUnit('WebKit.pp');
 | 
			
		||||
    T:=P.Targets.AddUnit('CoreData.pp');
 | 
			
		||||
 | 
			
		||||
    T:=P.Targets.AddImplicitUnit('AnonClassDefinitionsQuartzcore.pp');
 | 
			
		||||
    T:=P.Targets.AddImplicitUnit('AnonClassDefinitionsWebkit.pp');
 | 
			
		||||
 | 
			
		||||
{$ifndef ALLPACKAGES}
 | 
			
		||||
    Run;
 | 
			
		||||
    end;
 | 
			
		||||
end.
 | 
			
		||||
{$endif ALLPACKAGES}
 | 
			
		||||
@ -18,7 +18,7 @@ begin
 | 
			
		||||
{$endif ALLPACKAGES}
 | 
			
		||||
    P.Version:='2.7.1';
 | 
			
		||||
    P.SourcePath.Add('src');
 | 
			
		||||
    P.OSes:=[darwin];
 | 
			
		||||
    P.OSes:=[darwin,iphonesim];
 | 
			
		||||
    P.Options.Add('-Mmacpas');
 | 
			
		||||
  T:=P.Targets.AddImplicitUnit('ABActions.pas');
 | 
			
		||||
    with T.Dependencies do
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user