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:
authorChris Want <cwant@ualberta.ca>2005-02-14 06:12:12 +0300
committerChris Want <cwant@ualberta.ca>2005-02-14 06:12:12 +0300
commitc334c00995ebaed57b0ae106937e31afa2331db3 (patch)
tree7137c9fddb29444ed2ce215b744f7e6d96a704f8 /source/nan_compile.mk
parent28902e9334a9a91235f1df5d63a8c3c8b4da8cc8 (diff)
To compile the new transform code with make, add the following to
user-def.mk: export NAN_NEW_TRANSFORM=true
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 83cc501f147..5ff20584284 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -58,6 +58,11 @@ ifeq ($(NAN_NO_KETSJI), true)
CPPFLAGS += -DNO_KETSJI
endif
+# Support for new transform code ---------------------------------------
+ifeq ($(NAN_NEW_TRANSFORM), true)
+ CPPFLAGS += -DNEWTRANSFORM
+endif
+
# OS dependent parts ---------------------------------------------------
ifeq ($(OS),beos)