Since new transform and subsurf are default now.. no more need for the

defines in the makefiles. Removed to prevent gunky buildup.
This commit is contained in:
Chris Burt 2005-04-01 02:28:39 +00:00
parent 4ef0170bfa
commit 1916552055

@ -56,16 +56,6 @@ REL_CCFLAGS += -DNDEBUG
DBG_CFLAGS += -g DBG_CFLAGS += -g
DBG_CCFLAGS += -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 --------------------------------------------------- # OS dependent parts ---------------------------------------------------
ifeq ($(OS),beos) ifeq ($(OS),beos)