|
@@ -95,6 +95,10 @@ begin
|
|
T.ResourceStrings:=true;
|
|
T.ResourceStrings:=true;
|
|
P.Targets.AddUnit('usubst.pp').install:=false;
|
|
P.Targets.AddUnit('usubst.pp').install:=false;
|
|
P.Targets.AddUnit('ptopu.pp').install:=false;
|
|
P.Targets.AddUnit('ptopu.pp').install:=false;
|
|
|
|
+ { The source files fpmake_proc.inc and fpmake_add.inc
|
|
|
|
+ need to be added explicitly to be integrated in source zip }
|
|
|
|
+ P.Sources.AddSrc('fpmake_proc.inc');
|
|
|
|
+ P.Sources.AddSrc('fpmake_add.inc');
|
|
end;
|
|
end;
|
|
|
|
|
|
{$include fpmake_add.inc}
|
|
{$include fpmake_add.inc}
|