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:
authorThomas Dinges <blender@dingto.org>2011-09-10 13:21:46 +0400
committerThomas Dinges <blender@dingto.org>2011-09-10 13:21:46 +0400
commit8ed1c07a7b21d916f149dfa00649579165c45979 (patch)
tree0a51bd8a346799618263ae9033ee1f506c1f4068 /source/blender/editors/object/SConscript
parent571f7db529c3e0f351b90e7e76b1e7aba878b3a7 (diff)
Navigation Mesh Modifier:
* Fix scons define for operator append * Don't use abbreviations in the UI.
Diffstat (limited to 'source/blender/editors/object/SConscript')
-rw-r--r--source/blender/editors/object/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/object/SConscript b/source/blender/editors/object/SConscript
index 900c96044a5..cdda16582ef 100644
--- a/source/blender/editors/object/SConscript
+++ b/source/blender/editors/object/SConscript
@@ -20,5 +20,8 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
if env['WITH_BF_PYTHON']:
defs.append('WITH_PYTHON')
+
+if env['WITH_BF_GAMEENGINE']:
+ defs.append('WITH_GAMEENGINE')
env.BlenderLib ( 'bf_editors_object', sources, Split(incs), defs, libtype=['core'], priority=[35] )