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-10 12:11:48 +0300
committerStefan Gartner <stefang@aon.at>2010-01-10 12:11:48 +0300
commit9da2c0c6c2507e16a6c38361f423c9eb35d40546 (patch)
tree1f2af86fab8d5341d5a678eec2ca2f9a8c71dd74 /source/blender/windowmanager
parent08c9ecb3b043322f34e55f335f76dc2657c187ef (diff)
add OpenCOLLADA support to Makefiles
add "export WITH_OPENCOLLADA=true" to user-def.mk to enable it
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 f4d65975d43..e472c87fe54 100644
--- a/source/blender/windowmanager/intern/Makefile
+++ b/source/blender/windowmanager/intern/Makefile
@@ -74,6 +74,10 @@ ifeq ($(WITH_QUICKTIME),true)
CPPFLAGS += -DWITH_QUICKTIME
endif
+ifeq ($(WITH_OPENCOLLADA), true)
+ CPPFLAGS += -DWITH_COLLADA
+endif
+
ifeq ($(OS),linux)
ifeq ($(CPU),alpha)
CPPFLAGS += -I$(NAN_MESA)/include