Sfoglia il codice sorgente

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

git-svn-id: trunk@19990 -
joost 13 anni fa
parent
commit
073688f7cb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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');