From 9e7643aa7c25ce551bfe59905fbf56156e264824 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 4 Jan 2009 18:16:34 +0000 Subject: 2.5 / Cleanup - remove Verse support. This will be brought back in The Future (probably jiri + me) This means 5k lines less in blenkernel. - fix two small errors for global cleanup, now compiles properly with FFMPEG enabled too. --- source/blender/windowmanager/intern/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/blender/windowmanager/intern/Makefile') diff --git a/source/blender/windowmanager/intern/Makefile b/source/blender/windowmanager/intern/Makefile index 5ca68bef0a2..b5b04b11be7 100644 --- a/source/blender/windowmanager/intern/Makefile +++ b/source/blender/windowmanager/intern/Makefile @@ -71,15 +71,6 @@ ifeq ($(INTERNATIONAL), true) CPPFLAGS += -DINTERNATIONAL endif -ifeq ($(WITH_VERSE), true) - CPPFLAGS += -DWITH_VERSE - CPPFLAGS += -I$(NAN_VERSE)/include - # print some other debug information - ifeq ($(VERSE_DEBUG_PRINT), true) - CPPFLAGS += -DVERSE_DEBUG_PRINT - endif -endif - ifeq ($(WITH_QUICKTIME),true) CPPFLAGS += -I../quicktime CPPFLAGS += -DWITH_QUICKTIME -- cgit v1.2.3