Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-03-10 11:17:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-10 11:17:18 +0300
commit3d222c3de6a281b4e7165634eb6e01f8010ecbc2 (patch)
tree3a57ed012200f49f476962f798c947e1273835f1 /source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
parentb9211135ef9911678b776ed202f6ee4d0a73833b (diff)
- scene sequencer camera override wasnt working for render strips (only opengl)
- temp disable camera switching with override by clearning markers (hack) - check for GAMEBLENDER define else eclipse gets confused by multiple definitions of functons in the stub.
Diffstat (limited to 'source/blenderplayer/bad_level_call_stubs/CMakeLists.txt')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt b/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
index a172ff71c11..9a53997fd66 100644
--- a/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
+++ b/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
@@ -38,6 +38,10 @@ SET(INC
../../../source/blender/makesrna
)
+IF(WITH_GAMEENGINE)
+ ADD_DEFINITIONS(-DGAMEBLENDER)
+ENDIF(WITH_GAMEENGINE)
+
IF(WITH_INTERNATIONAL)
ADD_DEFINITIONS(-DWITH_FREETYPE2)
ENDIF(WITH_INTERNATIONAL)