aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-09-20 04:06:08 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-09-20 04:06:08 +0000
commit3fb8afa21cd68ee74088aaef7dc425b24f0e37a5 (patch)
tree086bb84d5fb01778e32a6be5d7154df13ea017e1 /externals/grill/py/source/main.cpp
parentee6334102ae0ca06143d5acc90644bef1da92acb (diff)
""
svn path=/trunk/; revision=2047
Diffstat (limited to 'externals/grill/py/source/main.cpp')
-rw-r--r--externals/grill/py/source/main.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/externals/grill/py/source/main.cpp b/externals/grill/py/source/main.cpp
index 20e7a865..6a28acc9 100644
--- a/externals/grill/py/source/main.cpp
+++ b/externals/grill/py/source/main.cpp
@@ -21,15 +21,18 @@ V py::lib_setup()
{
post("");
post("py/pyext %s - python script objects, (C)2002-2004 Thomas Grill",PY__VERSION);
- post("");
+#ifdef FLEXT_DEBUG
+ post("DEBUG version compiled on %s %s",__DATE__,__TIME__);
+#endif
+ post("");
// -------------------------------------------------------------
Py_Initialize();
-#if 0 //def FLEXT_DEBUG
+#ifdef FLEXT_DEBUG
Py_DebugFlag = 1;
- Py_VerboseFlag = 1;
+// Py_VerboseFlag = 1;
#endif
#ifdef FLEXT_THREADS