Explorar el Código

turn off gdbint for MorphOS

git-svn-id: trunk@24750 -
Károly Balogh hace 12 años
padre
commit
b2729613c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ide/fpmake.pp

+ 1 - 1
ide/fpmake.pp

@@ -143,7 +143,7 @@ begin
     P.Dependencies.Add('rtl');
     P.Dependencies.Add('fv');
     P.Dependencies.Add('chm');
-    P.Dependencies.Add('gdbint');
+    P.Dependencies.Add('gdbint',AllOSes-[morphos]);
     P.Dependencies.Add('graph',[go32v2]);
 
     P.SupportBuildModes:=[bmOneByOne];