mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:49:23 +02:00
* Fixed path-issues in fpmake.pp file
git-svn-id: trunk@24482 -
This commit is contained in:
parent
436d0bbdae
commit
2b413c3075
@ -30,8 +30,8 @@ begin
|
|||||||
|
|
||||||
P.Options.Add('-Sg');
|
P.Options.Add('-Sg');
|
||||||
|
|
||||||
p.Commands.AddCommand(caBeforeCompile,'pyacc','h2pas.y','h2pas.pas','h2pas.y');
|
p.Commands.AddCommand(caBeforeCompile,'pyacc','$(SOURCE) $(DEST)','h2pas.pas','h2pas.y');
|
||||||
p.Commands.AddCommand(caBeforeCompile,'plex','scan.l','scan.pas','scan.l');
|
p.Commands.AddCommand(caBeforeCompile,'plex','$(SOURCE) $(DEST)','scan.pas','scan.l');
|
||||||
|
|
||||||
T:=P.Targets.AddProgram('h2pas.pas');
|
T:=P.Targets.AddProgram('h2pas.pas');
|
||||||
T.Dependencies.AddUnit('h2poptions');
|
T.Dependencies.AddUnit('h2poptions');
|
||||||
|
Loading…
Reference in New Issue
Block a user