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>2006-11-06 19:58:28 +0300
committerKent Mein <mein@cs.umn.edu>2006-11-06 19:58:28 +0300
commitba63fdeb418db2b09c8127f6cbc7b48350428cff (patch)
tree57697f92f3b3717a7034df2ab9c8c583f7df52c8 /source/nan_definitions.mk
parent71d7409fdaa2ca00050cb430b4bc45c91fe398b6 (diff)
Fix for makefiles so it can find wintab headers in the libdir.
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 b2dc37c1568..4b8873f5972 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -104,6 +104,7 @@ endif
export WITH_OPENEXR ?= true
ifeq ($(OS),windows)
+ export NAN_WINTAB ?= $(LCGDIR)/wintab
ifeq ($(FREE_WINDOWS), true)
export NAN_PTHREADS ?= $(LCGDIR)/pthreads
export NAN_OPENEXR ?= $(LCGDIR)/gcc/openexr