* 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:
joost 2014-11-24 18:05:50 +00:00
parent 9f730c9831
commit 9d22150f37

View File

@ -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