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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-01-10 19:29:53 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-01-10 19:29:53 +0300
commitc8966e53732a43b00516b7680c59586b874b5f1e (patch)
tree0f90222fa4536c6041fa5254e4d80fea2d429869 /source/blender/windowmanager/SConscript
parent83e5edf5cb8fdaa0b08743756665f8a0ab8fc066 (diff)
* make sure build info is enabled for BF_BUILDINFO (this is enabled by default, and can be set in your user-config.py or other custom config).
Diffstat (limited to 'source/blender/windowmanager/SConscript')
-rw-r--r--source/blender/windowmanager/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/SConscript b/source/blender/windowmanager/SConscript
index beae5b721cc..0a86133e614 100644
--- a/source/blender/windowmanager/SConscript
+++ b/source/blender/windowmanager/SConscript
@@ -32,4 +32,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
if env['WITH_GHOST_COCOA']:
sources.remove('intern/wm_apple.c')
+if env['BF_BUILDINFO']:
+ defs.append('NAN_BUILDINFO')
+
env.BlenderLib ( 'bf_windowmanager', sources, Split(incs), defs, libtype=['core'], priority=[5] )