Răsfoiți Sursa

* only define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE on Windows. This fixes
console output under Linux and other non-Windows platforms.

git-svn-id: trunk@30163 -

nickysn 10 ani în urmă
părinte
comite
bf7785f567
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      ide/globdir.inc

+ 4 - 2
ide/globdir.inc

@@ -217,5 +217,7 @@
   {$ifdef DEBUG}
   {$ifdef DEBUG}
     {$define GDB_RAW_OUTPUT}
     {$define GDB_RAW_OUTPUT}
   {$endif DEBUG}
   {$endif DEBUG}
-  {$define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE}
-{$endif GDBMI}
+  {$ifdef Windows}
+    {$define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE}
+  {$endif Windows}
+{$endif GDBMI}