浏览代码

* fpmake now builds gdbint for the same targets as fpcmake does

git-svn-id: trunk@19990 -
joost 13 年之前
父节点
当前提交
073688f7cb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/gdbint/fpmake.pp

+ 2 - 0
packages/gdbint/fpmake.pp

@@ -133,6 +133,8 @@ begin
     P.Description := 'Interface to libgdb, the GDB debugger in library format';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?
 
+    P.OSes:=[beos,haiku,freebsd,netbsd,openbsd,linux,win32,win64,go32v2];
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');