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
path: root/intern
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 /intern
parent71d7409fdaa2ca00050cb430b4bc45c91fe398b6 (diff)
Fix for makefiles so it can find wintab headers in the libdir.
Kent
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/Makefile b/intern/ghost/intern/Makefile
index 8107a73ce58..32498222ac6 100644
--- a/intern/ghost/intern/Makefile
+++ b/intern/ghost/intern/Makefile
@@ -47,6 +47,7 @@ ifeq ($(OS),$(findstring $(OS), "darwin"))
endif
ifeq ($(OS),$(findstring $(OS), "windows"))
+ CPPFLAGS += -I$(NAN_WINTAB)/include
CCSRCS += $(wildcard *Win32.cpp)
endif