From 1dd1cea06e0bb1c9cd1e08fd9f359893dc2681a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Nov 2010 07:56:45 +0000 Subject: fix for error when changing DISBALE_PYTHON -> WITH_PYTHON, This define wasn't set in some parts of the BGE causing problems with the view matrix. in CMake define for the entire BGE fixes this. --- source/gameengine/GamePlayer/common/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/gameengine/GamePlayer/common/CMakeLists.txt') diff --git a/source/gameengine/GamePlayer/common/CMakeLists.txt b/source/gameengine/GamePlayer/common/CMakeLists.txt index 45d760d4efb..46fd467e8d5 100644 --- a/source/gameengine/GamePlayer/common/CMakeLists.txt +++ b/source/gameengine/GamePlayer/common/CMakeLists.txt @@ -88,11 +88,6 @@ SET(SRC windows/GPW_System.h ) -IF(WITH_PYTHON) - LIST(APPEND INC ${PYTHON_INC}) - ADD_DEFINITIONS(-DWITH_PYTHON) -ENDIF(WITH_PYTHON) - ADD_DEFINITIONS(-DGLEW_STATIC) BLENDERLIB_NOLIST(ge_player_common "${SRC}" "${INC}") -- cgit v1.2.3