1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Wrap uses of the missing CyPythonIDE with #ifdef HAVE_CYPYTHONIDE

to make things compile, like in H-uru/Plasma.
This commit is contained in:
Christian Walther
2011-04-27 20:52:15 +02:00
parent 868ce660d9
commit 19cd10abd7
4 changed files with 11 additions and 9 deletions

View File

@ -7024,6 +7024,7 @@ PF_CONSOLE_CMD( Python, // Group name
}
#ifndef LIMIT_CONSOLE_COMMANDS
#ifdef HAVE_CYPYTHONIDE
PF_CONSOLE_CMD( Python,
UsePythonDebugger,
"",
@ -7031,6 +7032,7 @@ PF_CONSOLE_CMD( Python,
{
PythonInterface::UsePythonDebugger(true);
}
#endif
#include "../pfMessage/pfBackdoorMsg.h"