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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-11-04 00:19:06 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-11-04 00:19:06 +0300
commit13e85b0a887b7ee51a2e5e07fc254a1069dc21e3 (patch)
treea2745e35eeb236d358666c7c7ed39365459bb787 /intern/Makefile
parent0e8f81f48a178418412016e97ca2d0b6a9aff552 (diff)
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)
Diffstat (limited to 'intern/Makefile')
-rw-r--r--intern/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \