mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
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)
This commit is contained in:
parent
0e8f81f48a
commit
13e85b0a88
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue