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:
authorCampbell Barton <ideasman42@gmail.com>2009-09-25 08:25:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-25 08:25:40 +0400
commit0aa08fce7236eaf263409b813b7ea072f791479d (patch)
tree15ed4de1ecbaa7c190a0c4ca21e38c9cf2100e8c
parent314d460eb87ec6f383358e0dbb77e9fdf5c99f23 (diff)
still doesn't work but this fixes make clean
-rw-r--r--intern/Makefile2
-rw-r--r--source/nan_definitions.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/intern/Makefile b/intern/Makefile
index 32375f16b7a..ed0b0cfff28 100644
--- a/intern/Makefile
+++ b/intern/Makefile
@@ -32,7 +32,7 @@ SOURCEDIR = intern
# include nan_subdirs.mk
ALLDIRS = string ghost guardedalloc moto container memutil
-ALLDIRS += decimation iksolver itasc bsp SoundSystem opennl elbeem boolop smoke audaspace
+ALLDIRS += decimation iksolver itasc bsp opennl elbeem boolop smoke audaspace
all::
@for i in $(ALLDIRS); do \
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 6d4a7139d5b..1aff7e1dea7 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -81,6 +81,8 @@ ifndef CONFIG_GUESS
endif
export NAN_MOTO ?= $(LCGDIR)/moto
+ export NAN_ITASC ?= $(LCGDIR)/itasc
+
export BF_PROFILE ?= false
export NAN_USE_BULLET ?= true
export NAN_BULLET2 ?= $(LCGDIR)/bullet2