[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35006] trunk/blender/source/creator/ creator.c: Make sure we can build without the optional new WITH_PYTHON_MODULE option.

Nathan Letwory nathan at letworyinteractive.com
Mon Feb 21 01:45:54 CET 2011


Revision: 35006
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35006
Author:   jesterking
Date:     2011-02-21 00:45:54 +0000 (Mon, 21 Feb 2011)
Log Message:
-----------
Make sure we can build without the optional new WITH_PYTHON_MODULE option. Looks like a #ifndef was meant around the blender_esc implementation.

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2011-02-20 23:39:29 UTC (rev 35005)
+++ trunk/blender/source/creator/creator.c	2011-02-21 00:45:54 UTC (rev 35006)
@@ -154,7 +154,7 @@
 }
 #endif
 
-#ifdef WITH_PYTHON_MODULE
+#ifndef WITH_PYTHON_MODULE
 /* handling ctrl-c event in console */
 static void blender_esc(int sig)
 {




More information about the Bf-blender-cvs mailing list