From 19165520553c09d44ab6ae78614a3904ad07e5fb Mon Sep 17 00:00:00 2001 From: Chris Burt Date: Fri, 1 Apr 2005 02:28:39 +0000 Subject: [PATCH] Since new transform and subsurf are default now.. no more need for the defines in the makefiles. Removed to prevent gunky buildup. --- source/nan_compile.mk | 10 ---------- 1 file changed, 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)