[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36501] trunk/blender/source/blender: remove exotic.c, there was no operators to access these formats and they were not well maintained .

jmsoler at free.fr jmsoler at free.fr
Thu May 5 20:42:34 CEST 2011


Selon Campbell Barton <ideasman42 at gmail.com>:

> Revision: 36501
>
>
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36501
> Author:   campbellbarton
> Date:     2011-05-05 14:21:31 +0000 (Thu, 05 May 2011)
> Log Message:
> -----------
> remove exotic.c, there was no operators to access these formats and they were
> not well maintained.
>
> Modified Paths:
> --------------
>     trunk/blender/source/blender/blenkernel/CMakeLists.txt
>     trunk/blender/source/blender/windowmanager/intern/wm_files.c
>


It doesn't build with scons on win32 system, zlib.h is missing.

incs += ' ' + env['BF_ZLIB_INC'] is needed in the sconscript file of the
windowmanager folder.
The line :

#include "zlib.h" /* wm_read_exotic() */

needs also to be set before :

#ifdef WIN32






More information about the Bf-committers mailing list