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:
authorKent Mein <mein@cs.umn.edu>2003-07-16 23:00:04 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-16 23:00:04 +0400
commit8dd015e9b085c227aeacf9989356c8c0243b34a8 (patch)
tree636f3e789c3378d4321310564f2f424b3346a906 /source/nan_definitions.mk
parentce3e8ecf0d82340c6749a63d98dc18277f68aa77 (diff)
Hopefully update for NaN Makefiles for the moving of SoundSystem.
I need to get openal working on my machine before I can test it so if it doesn't work feel free to fix it. Hopefully this will be the majority of the stuff though. Kent
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index ecd1623576c..af7be1392ac 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -66,6 +66,7 @@ all debug::
export NAN_GUARDEDALLOC ?= $(LCGDIR)/guardedalloc
export NAN_IKSOLVER ?= $(LCGDIR)/iksolver
export NAN_BSP ?= $(LCGDIR)/bsp
+ export NAN_SOUNDSYSTEM ?= $(LCGDIR)/SoundSystem
export NAN_STRING ?= $(LCGDIR)/string
export NAN_MEMUTIL ?= $(LCGDIR)/memutil
export NAN_CONTAINER ?= $(LCGDIR)/container