浏览代码

Also allow GDBMI=1 as make parameter to use gdbmi

git-svn-id: trunk@29725 -
pierre 10 年之前
父节点
当前提交
6c605ca6db
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ide/Makefile.fpc

+ 3 - 0
ide/Makefile.fpc

@@ -48,6 +48,9 @@ endif
 ifdef NOGDB
 FPMAKE_OPT+=--NoGDB=1
 endif
+ifdef GDBMI
+FPMAKE_OPT+=--GDBMI=1
+endif
 ifdef PPC_TARGET
 FPMAKE_OPT+=--CompilerTarget=$(PPC_TARGET)
 endif