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:
authorStefan Gartner <stefang@aon.at>2009-07-30 22:19:46 +0400
committerStefan Gartner <stefang@aon.at>2009-07-30 22:19:46 +0400
commit1c6cb51e654b03dea0d33f5c35ae50c1e93c6437 (patch)
treed029cd67127fb7422022bf8cf33e5f9db27ebdd9 /source/nan_definitions.mk
parent2f79219c07c60bcfdac9787710ed573d034e4ea3 (diff)
2.5:
first step at adding Makefiles for smoke NOTE: someone needs to add $(NAN_SMOKE)/lib/$(DEBUG_DIR)/libsmoke.a to source/Makefile to make it link
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 fc0f3a7aa19..4724c740ffc 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -107,6 +107,7 @@ endif
export NAN_TEST_VERBOSITY ?= 1
export NAN_OPENNL ?= $(LCGDIR)/opennl
export NAN_ELBEEM ?= $(LCGDIR)/elbeem
+ export NAN_SMOKE ?= $(LCGDIR)/smoke
export NAN_SUPERLU ?= $(LCGDIR)/superlu
export NAN_GLEW ?= $(LCGDIR)/glew
ifeq ($(FREE_WINDOWS), true)