Enabling uio debugging.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1040 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include "libs/graphics/drawcmd.h"
|
||||
#include "libs/input/sdl/vcontrol.h"
|
||||
#include "bbox.h"
|
||||
#include "port.h"
|
||||
#include "libs/uio.h"
|
||||
|
||||
SDL_Surface *SDL_Video;
|
||||
SDL_Surface *SDL_Screen;
|
||||
@@ -135,7 +137,7 @@ TFB_ProcessEvents ()
|
||||
if (ImmediateInputState.debug)
|
||||
{
|
||||
FlushInput ();
|
||||
fprintf (stderr, "This would enter debug mode if we had one yet, but we don't.\n");
|
||||
uio_debugInteractive(stdin, stdout, stderr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ if [ -n "$uqm_USE_ZIP_IO" ]; then
|
||||
uqm_SUBDIRS="$uqm_SUBDIRS zip"
|
||||
fi
|
||||
|
||||
if [ -n "$DEBUG" -o -n "$uqm_UIO_DEBUG" ]; then
|
||||
#if [ -n "$DEBUG" -o -n "$uqm_UIO_DEBUG" ]; then
|
||||
uqm_CFILES="$uqm_CFILES debug.c"
|
||||
fi
|
||||
#fi
|
||||
|
||||
if [ -n "$MEMDEBUG" ]; then
|
||||
uqm_CFILES="$uqm_CFILES memdebug.c"
|
||||
|
||||
Reference in New Issue
Block a user