mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 18:29:49 +02:00
* SourcePath -> UnitPath for dependencies
This commit is contained in:
parent
14cf4a9469
commit
f35d8fcabe
@ -26,10 +26,11 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.1.1';
|
||||
P.SourcePath.Add('compiler/pas2js');
|
||||
P.SourcePath.Add('compiler/pastojs/src');
|
||||
P.SourcePath.Add('compiler/fcl-passrc/src');
|
||||
P.SourcePath.Add('compiler/fcl-js/src');
|
||||
P.SourcePath.Add('compiler/fcl-json/src');
|
||||
P.UnitPath.Add('compiler/pas2js');
|
||||
P.UnitPath.Add('compiler/pastojs/src');
|
||||
P.UnitPath.Add('compiler/fcl-passrc/src');
|
||||
P.UnitPath.Add('compiler/fcl-js/src');
|
||||
P.UnitPath.Add('compiler/fcl-json/src');
|
||||
P.IncludePath.Add('compiler/pastojs/src');
|
||||
Defaults.Options.Add('-Sc');
|
||||
PT:=P.Targets.AddProgram('pas2js.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user