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:
authorStefan Gartner <stefang@aon.at>2010-01-13 22:48:34 +0300
committerStefan Gartner <stefang@aon.at>2010-01-13 22:48:34 +0300
commit76d736edae006a3c945af82826b964550f987f54 (patch)
tree9a2e0df0c34fdcdabc999f1222d682b1d5ade934 /source/blender/windowmanager
parente594a8739bd6a2665e00491b15f59801cbb12a4e (diff)
Makefiles: add -DNAN_BUILDINFO to CPPFLAGS in windowmanager/intern when building with NAN_BUILDINFO
enabled
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/Makefile b/source/blender/windowmanager/intern/Makefile
index e472c87fe54..18085194405 100644
--- a/source/blender/windowmanager/intern/Makefile
+++ b/source/blender/windowmanager/intern/Makefile
@@ -78,6 +78,10 @@ ifeq ($(WITH_OPENCOLLADA), true)
CPPFLAGS += -DWITH_COLLADA
endif
+ifeq ($(NAN_BUILDINFO), true)
+ CPPFLAGS += -DNAN_BUILDINFO
+endif
+
ifeq ($(OS),linux)
ifeq ($(CPU),alpha)
CPPFLAGS += -I$(NAN_MESA)/include