소스 검색

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