From 13e85b0a887b7ee51a2e5e07fc254a1069dc21e3 Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Sun, 3 Nov 2002 21:19:06 +0000 Subject: [PATCH] added the bsp (or CSG) library that Blender depends upon removed the action library not used by Blender (actually this was that start of UNDO in Blender that was never finished) Maarten (mail@maartengribnau.com) --- intern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/Makefile b/intern/Makefile index fa194795a0c..603d6e228ab 100644 --- a/intern/Makefile +++ b/intern/Makefile @@ -35,7 +35,7 @@ SOURCEDIR = intern include nan_subdirs.mk ALLDIRS = string ghost guardedalloc bmfont moto container memutil -ALLDIRS += decimation action iksolver keymaker +ALLDIRS += decimation iksolver keymaker bsp all:: @for i in $(ALLDIRS); do \