change include path to wintab headers to be searched from SConstruct (and then relatively)

This commit is contained in:
Nathan Letwory 2006-11-07 06:44:44 +00:00
parent de7b03aca7
commit f0cb272d26

@ -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] )