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>2011-02-25 17:45:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-25 17:45:45 +0300
commite06eea4fbad2932dcceab99ee865ac02a6078129 (patch)
treeca9f43d80b2e5e1808425722cb181de0c38c0ff9 /source/blenderplayer
parent2cf20fde1b2f3494b8bd12e73fb9ccc17959f536 (diff)
fix for scons with recent change to how BINRELOC is enabled via cmake.
also add WITH_PYTHON define to qtcreator project generator until we get a way to add them properly.
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 8f1730eb8fb..760ee168294 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -33,11 +33,6 @@ if(WITH_CODEC_QUICKTIME)
add_definitions(-DWITH_QUICKTIME)
endif()
-if(WITH_BINRELOC)
- add_definitions(-DWITH_BINRELOC)
- blender_include_dirs(${BINRELOC_INC})
-endif()
-
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/dna.c
COMMAND ${CMAKE_BINARY_DIR}/bin/${CMAKE_CFG_INTDIR}/makesdna ${CMAKE_CURRENT_BINARY_DIR}/dna.c ${CMAKE_SOURCE_DIR}/source/blender/makesdna/