patch from Dave Plater which fixes some problems building the BGE with cmake

This commit is contained in:
Campbell Barton 2009-11-21 13:47:16 +00:00
parent 455866ecf9
commit 09cf011879
3 changed files with 3 additions and 1 deletions

@ -36,6 +36,7 @@ SET(INC .
../../kernel/gen_system ../readstreamglue ../../kernel/gen_system ../readstreamglue
../../../intern/elbeem/extern ../../../intern/elbeem/extern
../../../intern/ghost ../../../intern/opennl/extern ../../../extern/glew/include ../../../intern/ghost ../../../intern/opennl/extern ../../../extern/glew/include
../python
../nodes ../nodes
../gpu ../gpu
../blenfont ../blenfont
@ -84,4 +85,3 @@ IF(BF_BUILDINFO)
ENDIF(BF_BUILDINFO) ENDIF(BF_BUILDINFO)
BLENDERLIB_NOLIST(bf_windowmanager "${SRC}" "${INC}") BLENDERLIB_NOLIST(bf_windowmanager "${SRC}" "${INC}")

@ -31,6 +31,7 @@
#include "KX_HashedPtr.h" #include "KX_HashedPtr.h"
#include "GEN_Map.h" #include "GEN_Map.h"
#include <stdio.h>
#include "KX_ISceneConverter.h" #include "KX_ISceneConverter.h"
#include "KX_IpoConvert.h" #include "KX_IpoConvert.h"

@ -39,6 +39,7 @@
#include "SCA_LogicManager.h" #include "SCA_LogicManager.h"
#include "BoolValue.h" #include "BoolValue.h"
#include "FloatValue.h" #include "FloatValue.h"
#include <stdio.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>