projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8f81f
)
added the bsp (or CSG) library that Blender depends upon
author
Maarten Gribnau <mail@maartengribnau.com>
Sun, 3 Nov 2002 21:19:06 +0000
(21:19 +0000)
committer
Maarten Gribnau <mail@maartengribnau.com>
Sun, 3 Nov 2002 21:19:06 +0000
(21:19 +0000)
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
patch
|
blob
|
history
diff --git
a/intern/Makefile
b/intern/Makefile
index fa194795a0c752773d6e1c1c1b889ab941300775..603d6e228abf448b21b1526e4eb71728d18a7a91 100644
(file)
--- 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 \