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-08-23 06:28:01 +0400
committerChris Want <cwant@ualberta.ca>2005-08-23 06:28:01 +0400
commit3c1887036a17a98cf54bf36f985b6f344c46895f (patch)
tree9f1bd83fbedce9cac98fae1e0b6312bc805d666f /source/blender/src/Makefile
parent4ad5cdf91e2627d614d2cdfc9c68a3c2a886206a (diff)
Added (non-default) Makefile option to build blender with tweak mode.
To build with this option, set: export NAN_TWEAK_MODE=true
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index 210ed7d7320..e694880b1dd 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -115,4 +115,8 @@ ifeq ($(INTERNATIONAL), true)
CPPFLAGS += -DINTERNATIONAL
endif
+ifeq ($(NAN_TWEAK_MODE), true)
+ CPPFLAGS += -DTWEAK_MODE
+endif
+
CPPFLAGS += -I$(OPENGL_HEADERS)