fix to scons after exotic was removed (patch from jms)

This commit is contained in:
Dalai Felinto 2011-05-05 18:50:17 +00:00
parent 2137e2ecec
commit dfedec8a2c
2 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@ incs += ' ../makesrna ../gpu ../blenfont'
incs += ' #/intern/guardedalloc #/intern/memutil #/intern/ghost'
incs += ' #/intern/elbeem #/extern/glew/include'
incs += ' ' + env['BF_ZLIB_INC']
defs = [ 'GLEW_STATIC' ]
if env['WITH_BF_PYTHON']:

View File

@ -37,6 +37,8 @@
#include <string.h>
#include <errno.h>
#include "zlib.h" /* wm_read_exotic() */
#ifdef WIN32
#include <windows.h> /* need to include windows.h so _WIN32_IE is defined */
#ifndef _WIN32_IE
@ -49,8 +51,6 @@
#include <unistd.h> /* getpid */
#endif
#include "zlib.h" /* wm_read_exotic() */
#include "MEM_guardedalloc.h"
#include "MEM_CacheLimiterC-Api.h"