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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 05:56:54 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 05:56:54 +0400
commit5fddab3fd8d6ff183f0a322b19231840b73c1239 (patch)
tree3fd4cef8b4cb35356c39c424a328b40f50f023cb /source/Makefile
parent7440fee85c6d2d4c5854337ae8bf3ed7aea91a50 (diff)
Add initial support in Makefiles for audaspace.
Note: removed hardcoded path in include directive. Check other build systems.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index abb0f311174..e5efd87fb6e 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -106,6 +106,9 @@ COMLIB += $(NAN_JPEG)/lib/libjpeg.a
COMLIB += $(OCGDIR)/blender/gpu/$(DEBUG_DIR)libgpu.a
COMLIB += $(NAN_GLEW)/lib/$(DEBUG_DIR)libglew.a
COMLIB += $(OCGDIR)/blender/blenfont/$(DEBUG_DIR)libblenfont.a
+COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaudaspace.a
+COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_src.a
+COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_fx.a
ifneq ($(NAN_NO_KETSJI),true)
COMLIB += $(OCGDIR)/gameengine/bloutines/$(DEBUG_DIR)libbloutines.a