mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Merged in cwalther/cwe/cypythonide (pull request #8)
Wrap uses of the missing CyPythonIDE with #ifdef HAVE_CYPYTHONIDE This fix is needed to build an internal client (without /DPLASMA_EXTERNAL_RELEASE). It is designed to match the corresponding fix in H-uru/Plasma (b76fd10 etc.).
This commit is contained in:
@ -7040,6 +7040,7 @@ PF_CONSOLE_CMD( Python, // Group name
|
||||
}
|
||||
|
||||
#ifndef LIMIT_CONSOLE_COMMANDS
|
||||
#ifdef HAVE_CYPYTHONIDE
|
||||
PF_CONSOLE_CMD( Python,
|
||||
UsePythonDebugger,
|
||||
"",
|
||||
@ -7047,6 +7048,7 @@ PF_CONSOLE_CMD( Python,
|
||||
{
|
||||
PythonInterface::UsePythonDebugger(true);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#include "../pfMessage/pfBackdoorMsg.h"
|
||||
|
Reference in New Issue
Block a user