mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* Restored gdbver-target, was removed in r29050, but set .installed
:= false. Its in some cases necessary to get the gdb-version. git-svn-id: trunk@29144 -
This commit is contained in:
parent
9f730c9831
commit
9d22150f37
@ -164,7 +164,8 @@ begin
|
||||
P.BeforeCompileProc:=@BeforeCompile_gdbint;
|
||||
P.AfterCompileProc:=@AfterCompile_gdbint;
|
||||
|
||||
//p.Targets.AddProgram('src'+PathDelim+'gdbver.pp');
|
||||
T := p.Targets.AddProgram('src'+PathDelim+'gdbver.pp');
|
||||
T.Install := false;
|
||||
//
|
||||
// NOTE: the gdbver.inc dependancies gives warnings because the makefile.fpc
|
||||
// does a "cp src/gdbver_nogdb.inc src/gdbver.inc" to create it
|
||||
|
Loading…
Reference in New Issue
Block a user