瀏覽代碼

Fix compilation failure if DEBUG conditional is set, which needs regexpr package

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

+ 2 - 0
ide/fpmake.pp

@@ -146,6 +146,8 @@ begin
     P.Dependencies.Add('rtl');
     P.Dependencies.Add('rtl');
     P.Dependencies.Add('fv');
     P.Dependencies.Add('fv');
     P.Dependencies.Add('chm');
     P.Dependencies.Add('chm');
+    { This one is only needed if DEBUG is set }
+    P.Dependencies.Add('regexpr');
     P.Dependencies.Add('gdbint',AllOSes-[morphos]);
     P.Dependencies.Add('gdbint',AllOSes-[morphos]);
     P.Dependencies.Add('graph',[go32v2]);
     P.Dependencies.Add('graph',[go32v2]);