change include path to wintab headers to be searched from SConstruct (and then relatively)
This commit is contained in:
@@ -28,5 +28,5 @@ else:
|
|||||||
|
|
||||||
incs = '. ../string ' + env['BF_OPENGL_INC']
|
incs = '. ../string ' + env['BF_OPENGL_INC']
|
||||||
if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross'):
|
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] )
|
env.BlenderLib ('bf_ghost', sources, Split(incs), [], libtype=['core','player'], priority = [25,15] )
|
||||||
|
Reference in New Issue
Block a user