소스 검색

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

joost 10 년 전
부모
커밋
9d22150f37
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/gdbint/fpmake.pp

+ 2 - 1
packages/gdbint/fpmake.pp

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