Explorar o código

* Add gdbver_nogdb.inc to fpmake.inc

git-svn-id: trunk@32124 -
joost %!s(int64=9) %!d(string=hai) anos
pai
achega
ad28a21b45
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;