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 Burt <desoto@exenex.com>2005-04-01 06:28:39 +0400
committerChris Burt <desoto@exenex.com>2005-04-01 06:28:39 +0400
commit19165520553c09d44ab6ae78614a3904ad07e5fb (patch)
tree00edffc087906367ebc9d0961e045ab6ab36a781 /source/nan_compile.mk
parent4ef0170bfa3571ef829eb43bcf20974f1408188c (diff)
Since new transform and subsurf are default now.. no more need for the
defines in the makefiles. Removed to prevent gunky buildup.
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 1b2d41d3d24..12329af1ca1 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -56,16 +56,6 @@ REL_CCFLAGS += -DNDEBUG
DBG_CFLAGS += -g
DBG_CCFLAGS += -g
-# Support for new transform code ---------------------------------------
-ifeq ($(NAN_NEW_TRANSFORM), true)
- CPPFLAGS += -DNEWTRANSFORM
-endif
-
-# Support for new subsurf code -----------------------------------------
-ifeq ($(NAN_NEW_SUBSURF), true)
- CPPFLAGS += -DUSE_CCGSUBSURFLIB
-endif
-
# OS dependent parts ---------------------------------------------------
ifeq ($(OS),beos)