浏览代码

Gabor changes

pierre 25 年之前
父节点
当前提交
43cf28d054
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      ide/text/globdir.inc

+ 6 - 0
ide/text/globdir.inc

@@ -79,15 +79,21 @@
     Parsing of compiler output is done,
     but there is no browser in that case!! PM }
   { $ define USE_EXTERNAL_COMPILER}
+  {$define EXEDEBUG}
 {$endif DEBUG}
 
 {$ifdef FPC}
   {$define USERESSTRINGS}
 {$endif}
 
+{$define TEST_PARTIAL_SYNTAX}
+{ $ undef UNDO}
+{ $ undef DEBUGUNDO}
+
 {$ifdef GABOR}
   {.$define NOOBJREG}
   {$define NODEBUG}
   {$define DEBUG}
+  {$undef EXEDEBUG}
   {$undef USERESSTRINGS}
 {$endif}