* 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 -
This commit is contained in:
nickysn 2015-03-11 10:44:47 +00:00
parent aff3fb62ae
commit bf7785f567

View File

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