And another compile fix for Windows / scons for r55946.

This commit is contained in:
Thomas Dinges 2013-04-11 15:33:04 +00:00
parent 38cf856ea9
commit e835863254

@ -71,6 +71,9 @@ if env['WITH_BF_GAMEENGINE']:
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
incs.append(env['BF_PTHREADS_INC'])
env.BlenderLib(libname='bf_modifiers', sources=sources,
includes=incs, defines=defs,