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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-11-07 09:44:44 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-07 09:44:44 +0300
commitf0cb272d2642a1c29f1070550408f22db59c485c (patch)
tree191c05123fd66ba2af3f8f933ae9229736e22816 /intern/ghost/SConscript
parentde7b03aca7d430dc7a551c5c919acf370aa1dc56 (diff)
change include path to wintab headers to be searched from SConstruct (and then relatively)
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index c2b9a59bca3..ade73cf71ce 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -28,5 +28,5 @@ else:
incs = '. ../string ' + env['BF_OPENGL_INC']
if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross'):
- incs = '../../../../lib/windows/wintab/INCLUDE ' + incs
+ incs = '#../lib/windows/wintab/INCLUDE ' + incs
env.BlenderLib ('bf_ghost', sources, Split(incs), [], libtype=['core','player'], priority = [25,15] )