瀏覽代碼

* fixed IDE compilation with GDBMI=1 (mantis #28890)

git-svn-id: trunk@32367 -
nickysn 10 年之前
父節點
當前提交
8e9256a93c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ide/fpmake.pp

+ 2 - 0
ide/fpmake.pp

@@ -175,6 +175,8 @@ begin
     P.Dependencies.Add('regexpr');
     if not (NoGDBOption) and not (GDBMIOption) then
       P.Dependencies.Add('gdbint',AllOSes-AllAmigaLikeOSes);
+    if GDBMIOption then
+      P.Dependencies.Add('fcl-process');
     P.Dependencies.Add('graph',[go32v2]);
 
     P.SupportBuildModes:=[bmOneByOne];