فهرست منبع

* 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');