瀏覽代碼

* Add gdbver_nogdb.inc to fpmake.inc

git-svn-id: trunk@32124 -
joost 10 年之前
父節點
當前提交
ad28a21b45
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      packages/gdbint/fpmake.pp

+ 3 - 1
packages/gdbint/fpmake.pp

@@ -178,7 +178,7 @@ begin
     T := p.Targets.AddProgram('src'+PathDelim+'gdbver.pp');
     T.Install := false;
     //
-    // NOTE: the gdbver.inc dependancies gives warnings because the makefile.fpc
+    // NOTE: the gdbver.inc dependencies gives warnings because the makefile.fpc
     // does a "cp src/gdbver_nogdb.inc src/gdbver.inc" to create it
 
     T:=P.Targets.AddUnit('gdbcon.pp');
@@ -191,6 +191,8 @@ begin
     P.Targets.AddExampleProgram('testgdb.pp');
     P.Targets.AddExampleProgram('symify.pp');
     P.Targets.AddExampleUnit('mingw.pas');
+
+    P.Sources.AddSrc('src/gdbver_nogdb.inc');
     end;
 end;