mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 20:30:29 +02:00
* fixed make install after r22897
git-svn-id: trunk@22918 -
This commit is contained in:
parent
2bb25ea14f
commit
b8116de644
@ -366,7 +366,6 @@ begin
|
||||
T:=P.Targets.AddImplicitUnit('osacomp.pas');
|
||||
T:=P.Targets.AddImplicitUnit('osageneric.pas');
|
||||
T:=P.Targets.AddImplicitUnit('osutils.pas');
|
||||
T:=P.Targets.AddImplicitUnit('objc.pas');
|
||||
T:=P.Targets.AddImplicitUnit('opentransport.pas');
|
||||
T:=P.Targets.AddImplicitUnit('opentransportprotocol.pas');
|
||||
T:=P.Targets.AddImplicitUnit('opentransportproviders.pas');
|
||||
@ -935,6 +934,7 @@ begin
|
||||
AddInclude('src/HITextViews.pas');
|
||||
AddInclude('src/IBCarbonRuntime.pas');
|
||||
AddInclude('src/HIToolbox.pas');
|
||||
AddInclude('src/ObjCRuntime.pas');
|
||||
end;
|
||||
|
||||
P.ExamplePath.Add('examples');
|
||||
|
@ -348,7 +348,7 @@ uses
|
||||
OSAComp,
|
||||
OSAGeneric,
|
||||
OSUtils,
|
||||
ObjC,
|
||||
ObjCRuntime,
|
||||
OpenTransport,
|
||||
OpenTransportProtocol,
|
||||
OpenTransportProviders,
|
||||
|
Loading…
Reference in New Issue
Block a user